diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8b9f587f8c43..6d19e2477aba 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -53,6 +53,11 @@ self: super: ) ); + # Needs matching version of Cabal + Cabal-hooks = super.Cabal-hooks.override { + Cabal = self.Cabal_3_14_1_1; + }; + # cabal-install needs most recent versions of Cabal and Cabal-syntax, # so we need to put some extra work for non-latest GHCs inherit