SHA256
1
0
forked from pool/ghc-feed

Compare commits

..

3 Commits

2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 16 07:54:45 UTC 2024 - Peter Simons <psimons@suse.com>
- Jailbreak version constraint on base to fix the build.
-------------------------------------------------------------------
Tue Feb 27 19:34:31 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -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