Date: Sunday, August 9, 2015 @ 13:56:01
  Author: jelle
Revision: 138140

upgpkg: haskell-stm 2.4.4-2

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-09 10:18:58 UTC (rev 138139)
+++ PKGBUILD    2015-08-09 11:56:01 UTC (rev 138140)
@@ -4,7 +4,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm";
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
 
 build() {
     cd ${srcdir}/${_hkgname}-$pkgver
-    runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
+    runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
       --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock

Reply via email to