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.

svn path=/nixpkgs/trunk/; revision=30827
This commit is contained in:
Peter Simons 2011-12-11 18:00:57 +00:00
parent 64c0b00bbd
commit 95d34b93c4

View File

@ -360,6 +360,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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
};