distribution-nixpkgs: fix build with GHC 8.2.2

This commit is contained in:
Peter Simons 2018-03-09 15:40:16 +01:00
parent deab46fdba
commit 469a15d386

@ -91,4 +91,10 @@ self: super: {
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;
});
}