mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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.
|
||||
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