Date: Monday, April 17, 2017 @ 15:12:09
  Author: felixonmars
Revision: 223482

upgpkg: haskell-text-printer 0.5-2

rebuild with semigroups,0.18.3

Modified:
  haskell-text-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-17 14:55:52 UTC (rev 223481)
+++ PKGBUILD    2017-04-17 15:12:09 UTC (rev 223482)
@@ -4,7 +4,7 @@
 _hkgname=text-printer
 pkgname=haskell-text-printer
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstract interface for text builders/printers."
 url="https://github.com/mvv/text-printer";
 license=('custom:BSD3')
@@ -20,7 +20,7 @@
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
+    runhaskell Setup haddock --hoogle --html || warning "haddock failed"
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh

Reply via email to