forked from pool/ghc-feed
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
bc265d2d91 | ||
|
a3234d899f | ||
|
10dc492e27 |
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user