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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 19:35:39 UTC 2017


    Date: Friday, September 22, 2017 @ 19:35:38
  Author: felixonmars
Revision: 259791

upgpkg: haskell-warp 3.2.13-8

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 19:24:37 UTC (rev 259790)
+++ PKGBUILD	2017-09-22 19:35:38 UTC (rev 259791)
@@ -5,9 +5,9 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.13
-pkgrel=7
+pkgrel=8
 pkgdesc="A fast, light-weight web server for WAI applications."
-url="http://github.com/yesodweb/wai"
+url="https://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-async" "haskell-auto-update" "haskell-blaze-builder"
@@ -26,7 +26,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 \
             -f-warp-debug -fallow-sendfilefd -f-network-bytestring
@@ -45,7 +45,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