mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-types-compat: Haddock fails with an internal error
This commit is contained in:
parent
b4ed8845a9
commit
14fe149551
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ self: super: {
|
|||
markdown-unlit = dontHaddock super.markdown-unlit;
|
||||
network-conduit = dontHaddock super.network-conduit;
|
||||
shakespeare-text = dontHaddock super.shakespeare-text;
|
||||
types-compat = dontHaddock super.types-compat; # https://github.com/philopon/apiary/issues/15
|
||||
wai-test = dontHaddock super.wai-test;
|
||||
|
||||
# jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
||||
|
|
Loading…
Reference in a new issue