mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Fix vector and parallel builds with ghc 6.12.x.
This commit is contained in:
parent
e5f3a7b5ed
commit
a83e3ac32c
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue