haskell-void: fix build with GHC 7.8.x
This commit is contained in:
parent
f79cb54cee
commit
a4ce475b61
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue