mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-types-compat: Re-enable haddock generation
The "real" issue (https://github.com/philopon/types-compat/issues/1) has been closed for a while, and I manually confirmed that the documentation builds correctly under 7.10.2 and 7.8.4. The package itself doesn't build older versions because of missing dependencies.
This commit is contained in:
parent
4b32ac2ffe
commit
a206c227cc
@ -157,7 +157,6 @@ self: super: {
|
||||
network-conduit = dontHaddock super.network-conduit;
|
||||
shakespeare-js = dontHaddock super.shakespeare-js;
|
||||
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;
|
||||
zlib-conduit = dontHaddock super.zlib-conduit;
|
||||
record = dontHaddock super.record; # https://github.com/nikita-volkov/record/issues/22
|
||||
|
Loading…
Reference in New Issue
Block a user