mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-defaults.nix: explicitly set mtl version in Haskell Platform 2009.2.0.2 to fix builds with GHC 6.10.4
svn path=/nixpkgs/trunk/; revision=34458
This commit is contained in:
parent
edb10988b3
commit
1c9727a81c
@ -83,6 +83,7 @@
|
||||
ghc6104Prefs =
|
||||
self : self.haskellPlatformArgs_2009_2_0_2 self // {
|
||||
haskellPlatform = self.haskellPlatform_2009_2_0_2;
|
||||
mtl = self.mtl_1_1_0_2;
|
||||
mtl1 = self.mtl_1_1_0_2;
|
||||
extensibleExceptions = self.extensibleExceptions_0_1_1_0;
|
||||
text = self.text_0_11_0_6;
|
||||
|
Loading…
Reference in New Issue
Block a user