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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 10:49:59 UTC 2017


    Date: Friday, June 23, 2017 @ 10:49:58
  Author: felixonmars
Revision: 240278

upgpkg: haskell-http-types 0.9.1-12

rebuild with hashable,1.2.6.1

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 10:48:42 UTC (rev 240277)
+++ PKGBUILD	2017-06-23 10:49:58 UTC (rev 240278)
@@ -5,7 +5,7 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -18,7 +18,7 @@
     cd "${srcdir}/${_hkgname}-${pkgver}"
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script



More information about the arch-commits mailing list