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
|
gloss = null; # requires base >= 4.7
|
||||||
haddock = self.haddock_2_13_2;
|
haddock = self.haddock_2_13_2;
|
||||||
modularArithmetic = null; # requires base >= 4.7
|
modularArithmetic = null; # requires base >= 4.7
|
||||||
mtl = self.mtl_2_2_1;
|
|
||||||
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_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
|
transformers = self.transformers_0_3_0_0; # core packagen in ghc > 7.6.x
|
||||||
transformersCompat = super.transformersCompat;
|
|
||||||
zipArchive = super.zipArchive_0_2_2_1; # works without binary 0.7.x
|
zipArchive = super.zipArchive_0_2_2_1; # works without binary 0.7.x
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user