mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
GHC 7.6.x required scientific 0.2.x to build aeson 0.7.x.
This commit is contained in:
parent
0132e1bb48
commit
0d2463a24b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
distributedStatic = super.distributedStatic.override { binary = self.binary_0_7_2_1; };
|
||||
networkTransport = super.networkTransport.override { binary = self.binary_0_7_2_1; };
|
||||
distributedProcess = super.distributedProcess.override { binary = self.binary_0_7_2_1; };
|
||||
scientific = self.scientific_0_2_0_2;
|
||||
singletons = null; # requires base >= 4.7
|
||||
transformers = self.transformers_0_3_0_0; # core packagen in ghc > 7.6.x
|
||||
zipArchive = super.zipArchive_0_2_2_1; # works without binary 0.7.x
|
||||
|
|
Loading…
Reference in a new issue