mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Stick to transformers 0.3.x everywhere; the new versions breaks just about every other package that we have.
This commit is contained in:
parent
67cfb66cea
commit
c7a18e326f
@ -42,10 +42,8 @@
|
||||
gloss = null; # requires base >= 4.7
|
||||
haddock = self.haddock_2_13_2;
|
||||
modularArithmetic = null; # requires base >= 4.7
|
||||
mtl = self.mtl_2_2_1;
|
||||
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_1; };
|
||||
transformers = self.transformers_0_4_1_0; # core packagen in ghc > 7.6.x
|
||||
transformersCompat = super.transformersCompat;
|
||||
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 New Issue
Block a user