haskellPackages.Cabal-hooks: build with matching version of Cabal

This commit is contained in:
sternenseemann
2025-04-22 02:45:09 +02:00
parent ebc6d2ddee
commit b18e72812f
@@ -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