mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Fix cabal-install build for GHC 6.10.4.
This commit is contained in:
parent
2ad93cf18d
commit
31a5126b06
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
|||
async = null; # none of our versions compile
|
||||
attoparsec = null; # none of our versions compile
|
||||
binary = super.binary_0_7_2_2.override { cabal = self.cabal.override { Cabal = self.Cabal_1_16_0_3; }; };
|
||||
cabalInstall_1_16_0_2 = super.cabalInstall_1_16_0_2;
|
||||
caseInsensitive = super.caseInsensitive.override { cabal = self.cabal.override { Cabal = self.Cabal_1_16_0_3; }; };
|
||||
GLUT = self.GLUT_2_2_2_1;
|
||||
haddock = self.haddock_2_4_2;
|
||||
|
|
Loading…
Reference in a new issue