[arch-commits] Commit in haskell-filemanip/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Oct 13 06:28:18 UTC 2015
Date: Tuesday, October 13, 2015 @ 08:28:18
Author: fyan
Revision: 143874
upgpkg: haskell-filemanip 0.3.6.3-3
enable profiling libraries
Modified:
haskell-filemanip/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-13 06:28:06 UTC (rev 143873)
+++ PKGBUILD 2015-10-13 06:28:18 UTC (rev 143874)
@@ -5,7 +5,7 @@
_hkgname=filemanip
pkgname=haskell-filemanip
pkgver=0.3.6.3
-pkgrel=2
+pkgrel=3
pkgdesc="Expressive file and directory manipulation for Haskell."
url="http://hackage.haskell.org/package/filemanip"
license=("custom:BSD3")
@@ -21,8 +21,7 @@
cd "${srcdir}/${_hkgname}-${pkgver}"
runhaskell Setup configure -O \
- ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } \
- --enable-split-objs \
+ --enable-library-profiling \
--enable-shared \
--prefix=/usr \
--docdir=/usr/share/doc/${pkgname} \
More information about the arch-commits
mailing list