pkgs/top-level/haskell-packages.nix: removed inconsistent 'text' specifications in haskell platform expressions

These changes were introduced unintentionally a while ago.

svn path=/nixpkgs/trunk/; revision=31057
This commit is contained in:
Peter Simons 2011-12-23 23:34:21 +00:00
parent 3f209edf6e
commit 986f3c193d

View file

@ -209,7 +209,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
self : self.haskellPlatformArgs_2011_4_0_0 self // {
haskellPlatform = self.haskellPlatform_2011_4_0_0;
mtl1 = self.mtl_1_1_1_1;
text = self.text_0_11_1_11;
repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u
};
@ -252,7 +251,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
self : self.haskellPlatformArgs_2011_2_0_1 self // {
haskellPlatform = self.haskellPlatform_2011_2_0_1;
mtl1 = self.mtl_1_1_1_1;
text = self.text_0_11_1_11;
repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u
};