mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
cabal2nix: fix build with ghc 8.4.x
This commit is contained in:
parent
f1fd7da406
commit
26974e962e
1 changed files with 1 additions and 2 deletions
|
@ -63,12 +63,11 @@ self: super: {
|
|||
# more verbose but friendlier for Hydra.
|
||||
stack = (doJailbreak super.stack).override {
|
||||
Cabal = self.Cabal_2_4_0_1;
|
||||
hpack = self.hpack_0_31_0;
|
||||
hpack = self.hpack_0_31_0.override { Cabal = self.Cabal_2_4_0_1; };
|
||||
yaml = self.yaml_0_11_0_0;
|
||||
hackage-security = self.hackage-security.override { Cabal = self.Cabal_2_4_0_1; };
|
||||
};
|
||||
hpack_0_31_0 = super.hpack_0_31_0.override {
|
||||
Cabal = self.Cabal_2_4_0_1;
|
||||
yaml = self.yaml_0_11_0_0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue