diff --git a/ShellCheck.changes b/ShellCheck.changes index 74ad033..47bfd48 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 13:11:57 UTC 2023 - Peter Simons + +- Relax over-specified constraints to fix the build with ghc-9.6.x. + ------------------------------------------------------------------- Thu Mar 30 17:09:20 UTC 2023 - Peter Simons diff --git a/ShellCheck.spec b/ShellCheck.spec index 6473013..b6f047c 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -112,6 +112,9 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup cp -p %{SOURCE1} %{name}.cabal +cabal-tweak-dep-ver fgl '< 5.8.1.0' '< 6' +cabal-tweak-dep-ver mtl '< 2.3' '< 3' +cabal-tweak-dep-ver transformers '< 0.6' '< 1' %build %ghc_lib_build