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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:06:46 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:06:45
  Author: felixonmars
Revision: 260202

upgpkg: haskell-warp-tls 3.2.4-21

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:06:35 UTC (rev 260201)
+++ PKGBUILD	2017-09-23 17:06:45 UTC (rev 260202)
@@ -5,9 +5,9 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.4
-pkgrel=20
+pkgrel=21
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
-url="http://github.com/yesodweb/wai"
+url="https://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" "haskell-network"
@@ -20,7 +20,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -38,7 +38,4 @@
     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