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
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ self: super: {
|
|||
shakespeare-text = dontHaddock super.shakespeare-text;
|
||||
wai-test = dontHaddock super.wai-test;
|
||||
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.
|
||||
darcs = (overrideCabal super.darcs (drv: {
|
||||
|
|
Loading…
Reference in a new issue