haskell-bifunctors: fix build with GHC 7.6.x

This commit is contained in:
Peter Simons 2016-07-21 17:57:28 +02:00
parent fb4a53b1c1
commit f162a1349a

View file

@ -99,4 +99,7 @@ self: super: {
# Needs additional inputs on pre 7.10.x compilers.
semigroups = addBuildDepends super.semigroups (with self; [bytestring-builder nats tagged unordered-containers transformers]);
# Haddock doesn't cope with the new markup.
bifunctors = dontHaddock super.bifunctors;
}