diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b67c6b01668b..667ca1bd64ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -81,7 +81,7 @@ with haskellLib; # Needs matching version of Cabal Cabal-hooks = super.Cabal-hooks.override { - Cabal = self.Cabal_3_16_1_0; + Cabal = self.Cabal_3_18_1_0; }; # Needs Cabal>=3.14