haskell-vector: fix build with ghc-7.8.x and earlier

This commit is contained in:
Peter Simons 2017-08-23 14:23:17 +02:00
parent 1e4c4ccb5d
commit b8314072f9

View file

@ -150,6 +150,7 @@ self: super: {
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
void = addBuildDepends super.void (with self; [hashable semigroups]);
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
vector = addBuildDepend super.vector self.semigroups;
# Haddock doesn't cope with the new markup.
bifunctors = dontHaddock super.bifunctors;