diff --git a/ghc-feed.changes b/ghc-feed.changes index 9b0cb53..d6d26f9 100644 --- a/ghc-feed.changes +++ b/ghc-feed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 21 17:07:34 UTC 2023 - Peter Simons + +- Relax overspecified constraint on base-compat. + ------------------------------------------------------------------- Thu Mar 30 17:06:46 UTC 2023 - Peter Simons diff --git a/ghc-feed.spec b/ghc-feed.spec index f7b3a0d..7cd8382 100644 --- a/ghc-feed.spec +++ b/ghc-feed.spec @@ -111,6 +111,7 @@ 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" %build %ghc_lib_build