mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
haskellPackages.Cabal-hooks: build against Cabal == 3.18.*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user