3
0
Fork 0
forked from mirrors/nixpkgs

haskell-vector: mark broken on GHC 7.6.x and earlier

This commit is contained in:
Peter Simons 2017-08-23 15:59:49 +02:00
parent b5d4861356
commit a3326e85c0
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;