mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Use attoparsec 0.10.x when building with GHC 6.x.
Newer versions depend on 'scientific', which this compiler cannot build.
This commit is contained in:
parent
d364ba0fba
commit
da38198b4f
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
ghc6123Prefs = self : super : ghc704Prefs self super // {
|
||||
alex = self.alex_3_1_3;
|
||||
async = self.async_2_0_1_4;
|
||||
attoparsec = self.attoparsec_0_10_4_0;
|
||||
cabalInstall = self.cabalInstall_1_16_0_2;
|
||||
cgi = self.cgi_3001_1_7_5;
|
||||
deepseq = self.deepseq_1_2_0_1;
|
||||
|
|
Loading…
Reference in a new issue