[arch-commits] Commit in haskell-pcre-heavy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 17 13:04:38 UTC 2018


    Date: Thursday, May 17, 2018 @ 13:04:35
  Author: felixonmars
Revision: 323756

upgpkg: haskell-pcre-heavy 1.0.0.2-9

rebuild with ghc 8.4.2

Modified:
  haskell-pcre-heavy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 13:04:08 UTC (rev 323755)
+++ PKGBUILD	2018-05-17 13:04:35 UTC (rev 323756)
@@ -5,7 +5,7 @@
 _hkgname=pcre-heavy
 pkgname=haskell-pcre-heavy
 pkgver=1.0.0.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A regexp library on top of pcre-light you can actually use"
 url="https://github.com/myfreeweb/pcre-heavy"
 license=("custom:PublicDomain")
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    doctest library/*/*/*/*.hs -dynamic
+    doctest library/*/*/*/*.hs
 }
 
 package() {



More information about the arch-commits mailing list