haskell-haddock-library fails its test suite.
This commit is contained in:
parent
d619392bdc
commit
b9dd22f1cb
1 changed files with 3 additions and 0 deletions
|
@ -657,6 +657,9 @@ self: super: {
|
|||
postUnpack = "rm -v ${drv.pname}-${drv.version}/Setup.hs";
|
||||
});
|
||||
|
||||
# https://github.com/haskell/haddock/issues/378
|
||||
haddock-library = dontCheck super.haddock-library;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue