haskell-hxt: 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 08:52:36 -04:00 committed by Peter Simons
parent 4ce6d653bb
commit 3f6074713b

View File

@ -153,7 +153,6 @@ self: super: {
hspec-discover = dontHaddock super.hspec-discover;
http-client-conduit = dontHaddock super.http-client-conduit;
http-client-multipart = dontHaddock super.http-client-multipart;
hxt = dontHaddock super.hxt; # https://github.com/UweSchmidt/hxt/issues/38
markdown-unlit = dontHaddock super.markdown-unlit;
network-conduit = dontHaddock super.network-conduit;
shakespeare-js = dontHaddock super.shakespeare-js;