mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 13:28:02 +00:00
haskell-cabal2spec: override Cabal to version 3.0.x
This commit is contained in:
parent
04e3f52eb0
commit
e7dce63d54
@ -81,4 +81,7 @@ self: super: {
|
||||
hackage-db = self.hackage-db_2_1_0;
|
||||
});
|
||||
|
||||
# cabal2spec needs a recent version of Cabal
|
||||
cabal2spec = super.cabal2spec.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; });
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user