Author: simons
Date: Sun Dec 11 18:00:57 2011
New Revision: 30827
URL: https://nixos.org/websvn/nix/?rev=30827&sc=1
Log:
haskell-packages.nix: use text 0.11.0.6 when building with ghc 6.10.4
Newer versions of that library don't build with that old compiler, and
'text' is a fairly low-level library on which many others depend.
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Dec 11 17:19:36
2011 (r30826)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Dec 11 18:00:57
2011 (r30827)
@@ -360,6 +360,7 @@
self : self.haskellPlatformArgs_2009_2_0_2 self // {
haskellPlatform = self.haskellPlatform_2009_2_0_2;
extensibleExceptions = self.extensibleExceptions_0_1_1_0;
+ text = self.text_0_11_0_6;
repaExamples = null; # don't pick this version of 'repa-examples'
during nix-env -u
};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits