Date: Friday, June 23, 2017 @ 10:52:17
  Author: felixonmars
Revision: 240280

upgpkg: haskell-http-client 0.5.7.0-4

rebuild with hashable,1.2.6.1

Modified:
  haskell-http-client/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-23 10:50:25 UTC (rev 240279)
+++ PKGBUILD    2017-06-23 10:52:17 UTC (rev 240280)
@@ -5,12 +5,12 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.5.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+depends=('ghc' "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
          "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
          "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
          "haskell-text")
@@ -22,7 +22,7 @@
     
     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 --hoogle --html
     runhaskell Setup register --gen-script

Reply via email to