[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Oct 13 07:24:20 UTC 2015


    Date: Tuesday, October 13, 2015 @ 09:24:19
  Author: fyan
Revision: 143886

upgpkg: haskell-haddock-library 1.2.0-4

enable docs to suppress warnings upon installation

Modified:
  haskell-haddock-library/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 07:21:27 UTC (rev 143885)
+++ PKGBUILD	2015-10-13 07:24:19 UTC (rev 143886)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-haddock-library
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="http://www.haskell.org/haddock/"
 license=("BSD3")
@@ -22,6 +22,7 @@
       --prefix=/usr --docdir=/usr/share/doc/$pkgname \
       --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
+    runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh



More information about the arch-commits mailing list