[Pkg-haskell-commits] darcs: haskell-devscripts: Enable creation of hoogle files, thanks to Kiwamu Okabe for the suggestion.

Joachim Breitner mail at joachim-breitner.de
Sat Sep 1 17:52:51 UTC 2012


Sat Sep  1 17:52:43 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Enable creation of hoogle files, thanks to Kiwamu Okabe for the suggestion. 
  Ignore-this: 880cb9191656f02fab506250686e284

    M ./debian/changelog +2
    M ./hlibrary.mk +1

Sat Sep  1 17:52:43 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Enable creation of hoogle files, thanks to Kiwamu Okabe for the suggestion. 
  Ignore-this: 880cb9191656f02fab506250686e284
diff -rN -u old-haskell-devscripts//debian/changelog new-haskell-devscripts//debian/changelog
--- old-haskell-devscripts//debian/changelog	2012-09-01 17:52:51.160869496 +0000
+++ new-haskell-devscripts//debian/changelog	2012-09-01 17:52:51.169054398 +0000
@@ -1,6 +1,8 @@
 haskell-devscripts (0.8.13) UNRELEASED; urgency=low
 
   * Improve parsing of "Setup register" output, patch by David Fox
+  * Enable creation of hoogle files, thanks to Kiwamu Okabe for the
+    suggestion. 
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 30 Jul 2012 16:24:09 +0200
 
diff -rN -u old-haskell-devscripts//hlibrary.mk new-haskell-devscripts//hlibrary.mk
--- old-haskell-devscripts//hlibrary.mk	2012-09-01 17:52:51.144840356 +0000
+++ new-haskell-devscripts//hlibrary.mk	2012-09-01 17:52:51.176832040 +0000
@@ -52,6 +52,7 @@
 GHC_VERSION = $(shell ghc --numeric-version)
 DEB_HADDOCK_DIR ?= /usr/lib/ghc-doc/haddock/$(CABAL_PACKAGE)-$(CABAL_VERSION)/
 
+DEB_HADDOCK_OPTS += --hoogle
 ifndef DEB_NO_IMPLICIT_HADDOCK_HYPERLINK
 DEB_HADDOCK_OPTS += --hyperlink-source
 endif





More information about the Pkg-haskell-commits mailing list