diff --git a/.files b/.files index a0f2037..b586c08 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 51b5899..f87f72f 100644 --- a/.rev +++ b/.rev @@ -95,4 +95,12 @@ version update 1098945 + + 2327283d482741ecccdbcc01daf41326 + 0.7.3.0 + + dimstar_suse + Update Haskell ecosystem to GHC version 9.8.2. + 1157230 + diff --git a/cabal-plan.changes b/cabal-plan.changes index 4d33a0d..3d79d0a 100644 --- a/cabal-plan.changes +++ b/cabal-plan.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Mar 12 15:06:06 UTC 2024 - Peter Simons + +- Jailbreak build for ghc-9.8.x. + +------------------------------------------------------------------- Sun Jul 9 20:00:22 UTC 2023 - Peter Simons - Update cabal-plan to version 0.7.3.0 revision 2. diff --git a/cabal-plan.spec b/cabal-plan.spec index 3bcdeac..e5aeedc 100644 --- a/cabal-plan.spec +++ b/cabal-plan.spec @@ -141,6 +141,9 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup cp -p %{SOURCE1} %{name}.cabal +cabal-tweak-dep-ver base "^>=4.18.0.0" "< 5" +cabal-tweak-dep-ver bytestring "^>=0.11.1.0" "< 1" +cabal-tweak-dep-ver text "^>=2.0.1" "< 3" %build %define cabal_configure_options -fexe