summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-20 16:05:38 +0100
committerPeter Simons <simons@cryp.to>2015-01-20 17:43:48 +0100
commita83e3ac32ccc03b4f91d5090df7c7a4960524984 (patch)
tree364e17a3737e251057441c23ca5dc2f9222a1ec3 /pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
parente5f3a7b5ed31cff7b1c172bbef69be4f9b4e8801 (diff)
downloadnixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar.gz
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar.bz2
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar.lz
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar.xz
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.tar.zst
nixlib-a83e3ac32ccc03b4f91d5090df7c7a4960524984.zip
Fix vector and parallel builds with ghc 6.12.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
index 63a94f1585fb..1108cb3998a1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
@@ -68,6 +68,8 @@ self: super: {
 
   # 6.12.3 doesn't support the latest version.
   primitive = self.primitive_0_5_1_0;
+  parallel = self.parallel_3_2_0_3;
+  vector = self.vector_0_10_9_3;
 
   # These packages need more recent versions of core libraries to compile.
   happy = addBuildTools super.happy [self.Cabal_1_18_1_6 self.containers_0_4_2_1];