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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 15:35:05 UTC 2017


    Date: Thursday, June 15, 2017 @ 15:35:05
  Author: felixonmars
Revision: 237186

upgpkg: haskell-http-client 0.5.7.0-3

rebuild with ghc,8.0.2

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 15:32:02 UTC (rev 237185)
+++ PKGBUILD	2017-06-15 15:35:05 UTC (rev 237186)
@@ -5,12 +5,12 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.5.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "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")
@@ -20,7 +20,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
     runhaskell Setup build
@@ -41,4 +41,7 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list