haskell-void: fix build with GHC 7.8.x

This commit is contained in:
Peter Simons 2017-03-29 16:11:38 +02:00
parent f79cb54cee
commit a4ce475b61
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ self: super: {
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
distributive = addBuildDepend super.distributive self.semigroups;
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
void = addBuildDepends super.void (with self; [hashable semigroups]);
# Haddock doesn't cope with the new markup.
bifunctors = dontHaddock super.bifunctors;