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

Felix Yan fyan at archlinux.org
Tue Oct 13 06:24:20 UTC 2015


    Date: Tuesday, October 13, 2015 @ 08:24:20
  Author: fyan
Revision: 143868

upgpkg: haskell-http 4000.2.20-4

enable profiling libraries

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 06:06:16 UTC (rev 143867)
+++ PKGBUILD	2015-10-13 06:24:20 UTC (rev 143868)
@@ -3,7 +3,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.2.20
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -18,7 +18,7 @@
  cd ${_hkgname}-${pkgver}
 
  runhaskell Setup configure -O  \
-   --enable-split-objs \
+   --enable-library-profiling \
    --enable-shared \
    --prefix=/usr \
    --docdir=/usr/share/doc/${pkgname} \



More information about the arch-commits mailing list