haskell-bifunctors: fix build with old compilers

This commit is contained in:
Peter Simons 2016-07-20 22:00:35 +02:00
parent 2720ee84ad
commit 6f26617737

View File

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