From e0d54a87de5b8f9d9f3f272ac3c13a24e1151e39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 16 Feb 2021 11:22:06 +0800 Subject: [PATCH] type-equality: revise base to allow <4.16 --- ghc-shelly.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc-shelly.spec b/ghc-shelly.spec index 9ce377f..ca6fa60 100644 --- a/ghc-shelly.spec +++ b/ghc-shelly.spec @@ -126,6 +126,9 @@ This package provides the Haskell %{pkg_name} profiling library. %setup -q -n %{pkgver} -a1 -a2 -a3 cp -bp %{SOURCE4} %{pkg_name}.cabal # End cabal-rpm setup +( cd %{typeequality} + cabal-tweak-dep-ver base '<4.14' '<4.16' +) %build