forked from mirrors/nixpkgs
haskell-vector: mark broken on GHC 7.6.x and earlier
This commit is contained in:
parent
b5d4861356
commit
a3326e85c0
|
@ -102,6 +102,7 @@ self: super: {
|
|||
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
|
||||
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
|
||||
text = addBuildDepend super.text self.bytestring-builder;
|
||||
vector = addBuildDepend super.vector self.semigroups;
|
||||
|
||||
# Newer versions don't compile any longer.
|
||||
network_2_6_3_1 = dontCheck super.network_2_6_3_1;
|
||||
|
|
|
@ -101,6 +101,7 @@ self: super: {
|
|||
QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
|
||||
void = addBuildDepends super.void (with self; [hashable semigroups]);
|
||||
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
|
||||
vector = addBuildDepend super.vector self.semigroups;
|
||||
|
||||
# Need a newer version of Cabal to interpret their build instructions.
|
||||
cmdargs = addSetupDepend super.cmdargs self.Cabal_1_24_2_0;
|
||||
|
|
Loading…
Reference in a new issue