forked from mirrors/nixpkgs
cabal: fix expressions
This commit is contained in:
parent
76db3f6e63
commit
d631679b83
|
@ -7,7 +7,8 @@ self: super: {
|
|||
# Some packages need a non-core version of Cabal.
|
||||
Cabal_1_18_1_7 = dontCheck super.Cabal_1_18_1_7;
|
||||
Cabal_1_20_0_4 = dontCheck super.Cabal_1_20_0_4;
|
||||
Cabal_1_22_4_0 = dontCheck super.Cabal_1_22_4_0;
|
||||
Cabal_1_22_4_0 = (dontCheck super.Cabal_1_22_4_0).overrideScope (self: super: { binary = self.binary_0_7_6_1; });
|
||||
cabal-install = (dontCheck super.cabal-install).overrideScope (self: super: { Cabal = self.Cabal_1_24_0_0; });
|
||||
cabal-install_1_18_1_0 = (dontCheck super.cabal-install_1_18_1_0).overrideScope (self: super: { Cabal = self.Cabal_1_18_1_7; });
|
||||
|
||||
# Link statically to avoid runtime dependency on GHC.
|
||||
|
|
Loading…
Reference in a new issue