[arch-commits] Commit in haskell-old-time/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Mar 31 18:55:38 UTC 2015


    Date: Tuesday, March 31, 2015 @ 20:55:38
  Author: jelle
Revision: 130441

upgpkg: haskell-old-time 1.1.0.3-3

ghc 7.10.1 rebuild

Modified:
  haskell-old-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-31 18:54:17 UTC (rev 130440)
+++ PKGBUILD	2015-03-31 18:55:38 UTC (rev 130441)
@@ -2,7 +2,7 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="This package provides the ability to adapt to locale conventions such as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
+    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



More information about the arch-commits mailing list