[arch-commits] Commit in haskell-tf-random/trunk (PKGBUILD)

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


    Date: Tuesday, October 13, 2015 @ 09:20:52
  Author: fyan
Revision: 143884

upgpkg: haskell-tf-random 0.5-6

re-enable haddock to suppress warnings upon installation

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 07:20:15 UTC (rev 143883)
+++ PKGBUILD	2015-10-13 07:20:52 UTC (rev 143884)
@@ -4,7 +4,7 @@
 _hkgname=tf-random
 pkgname=haskell-tf-random
 pkgver=0.5
-pkgrel=5
+pkgrel=6
 pkgdesc='High-quality splittable pseudorandom number generator'
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -26,8 +26,7 @@
     --libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
 
-  # Fails, with 'Setup: dist/doc/html/tf-random/haddock-prolog1890.txt: invalid argument'
-  #runhaskell Setup haddock
+  runhaskell Setup haddock --hoogle --html
 
   runhaskell Setup register   --gen-script
   runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list