haskell-vector: fix build with ghc-7.8.x and earlier
This commit is contained in:
parent
1e4c4ccb5d
commit
b8314072f9
@ -150,6 +150,7 @@ self: super: {
|
|||||||
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
|
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
|
||||||
void = addBuildDepends super.void (with self; [hashable semigroups]);
|
void = addBuildDepends super.void (with self; [hashable semigroups]);
|
||||||
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
|
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
|
||||||
|
vector = addBuildDepend super.vector self.semigroups;
|
||||||
|
|
||||||
# Haddock doesn't cope with the new markup.
|
# Haddock doesn't cope with the new markup.
|
||||||
bifunctors = dontHaddock super.bifunctors;
|
bifunctors = dontHaddock super.bifunctors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user