[Pkg-haskell-commits] darcs: haskell-devscripts: Need --html option to fix bug that --hoogle option don't output html file.

kiwamu at debian.or.jp kiwamu at debian.or.jp
Tue Sep 11 13:12:07 UTC 2012


Tue Sep 11 13:06:30 UTC 2012  kiwamu at debian.or.jp
  * Need --html option to fix bug that --hoogle option don't output html file.
  Ignore-this: 71e1a08ac2dd6009302ca421653612b5

    M ./hlibrary.mk -1 +1

Tue Sep 11 13:06:30 UTC 2012  kiwamu at debian.or.jp
  * Need --html option to fix bug that --hoogle option don't output html file.
  Ignore-this: 71e1a08ac2dd6009302ca421653612b5
diff -rN -u old-haskell-devscripts//hlibrary.mk new-haskell-devscripts//hlibrary.mk
--- old-haskell-devscripts//hlibrary.mk	2012-09-11 13:12:07.282339322 +0000
+++ new-haskell-devscripts//hlibrary.mk	2012-09-11 13:12:07.296935180 +0000
@@ -52,7 +52,7 @@
 GHC_VERSION = $(shell ghc --numeric-version)
 DEB_HADDOCK_DIR ?= /usr/lib/ghc-doc/haddock/$(CABAL_PACKAGE)-$(CABAL_VERSION)/
 
-DEB_HADDOCK_OPTS += --hoogle
+DEB_HADDOCK_OPTS += --html --hoogle
 ifndef DEB_NO_IMPLICIT_HADDOCK_HYPERLINK
 DEB_HADDOCK_OPTS += --hyperlink-source
 endif





More information about the Pkg-haskell-commits mailing list