haskell-bifunctors: fix build with GHC 7.6.x
This commit is contained in:
parent
fb4a53b1c1
commit
f162a1349a
@ -99,4 +99,7 @@ self: super: {
|
|||||||
# Needs additional inputs on pre 7.10.x compilers.
|
# Needs additional inputs on pre 7.10.x compilers.
|
||||||
semigroups = addBuildDepends super.semigroups (with self; [bytestring-builder nats tagged unordered-containers transformers]);
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user