Change default version of parallel for GHC 7.5 and above.

This commit is contained in:
Andres Loeh 2012-08-30 11:56:33 +02:00
parent 59180564d5
commit 69e307a2e3
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
mtl = self.mtl_2_1_2; # 7.5 ok
network = self.network_2_3_1_0; # 7.5 ok
OpenGL = self.OpenGL_2_2_3_1; # 7.5 fail
parallel = self.parallel_3_2_0_2; # 7.5 fail
parallel = self.parallel_3_2_0_3; # 7.5 ok
parsec = self.parsec_3_1_3; # 7.5 ok
QuickCheck = self.QuickCheck_2_5; # 7.5 fail
random = self.random_1_0_1_1; # 7.5 ok