distribution-nixpkgs: fix build with GHC 8.2.2
This commit is contained in:
parent
deab46fdba
commit
469a15d386
@ -91,4 +91,10 @@ self: super: {
|
|||||||
text = self.text_1_2_3_0;
|
text = self.text_1_2_3_0;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Needs Cabal 2.2.x, which is not the default.
|
||||||
|
distribution-nixpkgs = super.distribution-nixpkgs.overrideScope (self: super: {
|
||||||
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
|
text = self.text_1_2_3_0;
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user