haskell-packages.nix: use the current version of parsec 3.x with GHC 7.2 or later

svn path=/nixpkgs/trunk/; revision=30828
This commit is contained in:
Peter Simons 2011-12-11 18:01:00 +00:00
parent 95d34b93c4
commit 6569f68dde

View file

@ -143,7 +143,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
network = self.network_2_3_0_7; # 7.2 ok, 7.3 ok
OpenGL = self.OpenGL_2_2_3_0; # 7.2 ok, 7.3 ok
parallel = self.parallel_3_1_0_1; # 7.2 ok, 7.3 ok
parsec = self.parsec_3_1_1; # 7.2 ok, 7.3 ok
parsec = self.parsec_3_1_2; # 7.2 ok, 7.3 ok
QuickCheck = self.QuickCheck_2_4_0_1; # 7.2 ok, 7.3 ok
regexBase = self.regexBase_0_93_2; # 7.2 ok, 7.3 ok
regexCompat = self.regexCompat_0_93_1; # 7.2 ok, 7.3 ok
@ -957,7 +957,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
parsec_3_1_2 = callPackage ../development/libraries/haskell/parsec/3.1.2.nix {};
parsec2 = self.parsec_2_1_0_1;
parsec3 = self.parsec_3_1_2;
parsec = self.parsec2;
parsec = self.parsec3;
parsimony = callPackage ../development/libraries/haskell/parsimony {};