haskell-record: re-enable haddock generation
The bug's been closed for a while, and I manually verified that the haddock gets rendered to HTML in all versions from 7.6 -> 7.10.
This commit is contained in:
parent
a206c227cc
commit
e7aff313da
@ -159,7 +159,6 @@ self: super: {
|
|||||||
shakespeare-text = dontHaddock super.shakespeare-text;
|
shakespeare-text = dontHaddock super.shakespeare-text;
|
||||||
wai-test = dontHaddock super.wai-test;
|
wai-test = dontHaddock super.wai-test;
|
||||||
zlib-conduit = dontHaddock super.zlib-conduit;
|
zlib-conduit = dontHaddock super.zlib-conduit;
|
||||||
record = dontHaddock super.record; # https://github.com/nikita-volkov/record/issues/22
|
|
||||||
|
|
||||||
# Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
# Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
||||||
darcs = (overrideCabal super.darcs (drv: {
|
darcs = (overrideCabal super.darcs (drv: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user