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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:23:39 UTC 2017


    Date: Friday, September 22, 2017 @ 18:23:36
  Author: felixonmars
Revision: 259680

upgpkg: haskell-parser-combinators 0.2.0-2

Modified:
  haskell-parser-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:23:19 UTC (rev 259679)
+++ PKGBUILD	2017-09-22 18:23:36 UTC (rev 259680)
@@ -5,7 +5,7 @@
 _hkgname=parser-combinators
 pkgname=haskell-parser-combinators
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight package providing commonly useful parser combinators"
 url="https://github.com/mrkkrp/parser-combinators"
 license=("custom:BSD3")
@@ -18,7 +18,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-dev
@@ -37,7 +37,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list