diff --git a/ghc-feed.changes b/ghc-feed.changes index 204df16..e9503a0 100644 --- a/ghc-feed.changes +++ b/ghc-feed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 16 07:54:45 UTC 2024 - Peter Simons + +- Jailbreak version constraint on base to fix the build. + ------------------------------------------------------------------- Tue Feb 27 19:34:31 UTC 2024 - Peter Simons diff --git a/ghc-feed.spec b/ghc-feed.spec index 456e2f1..7df7985 100644 --- a/ghc-feed.spec +++ b/ghc-feed.spec @@ -111,7 +111,8 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver base-compat '< 0.13' '< 1' +cabal-tweak-dep-ver base '< 4.20' '< 5' +cabal-tweak-dep-ver base-compat '< 0.14' '< 1' %build %ghc_lib_build