mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-defaults.nix: stick to transformers 0.3.x
This commit is contained in:
parent
cd13437120
commit
e048994d58
1 changed files with 1 additions and 2 deletions
|
@ -36,9 +36,8 @@
|
|||
};
|
||||
gloss = null; # requires base >= 4.7
|
||||
haddock = self.haddock_2_13_2;
|
||||
mtl = self.mtl_2_2_0_1;
|
||||
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_0; };
|
||||
transformers = self.transformers_0_4_1_0;
|
||||
transformers = self.transformers_0_3_0_0; # core packagen in ghc > 7.6.x
|
||||
};
|
||||
|
||||
ghc742Prefs = self : super : ghc763Prefs self super // {
|
||||
|
|
Loading…
Reference in a new issue