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:
Michael Alan Dorman 2015-08-25 12:31:59 -04:00 committed by Peter Simons
parent a206c227cc
commit e7aff313da

View file

@ -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: {