Accepting request 1231440 from devel:languages:haskell

version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-feed?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2024-12-20 22:10:32 +00:00 committed by Git OBS Bridge
commit bc265d2d91
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