mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
distribution-nixpkgs: fix build with GHC 8.2.2
This commit is contained in:
parent
deab46fdba
commit
469a15d386
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue