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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:31:37 UTC 2017


    Date: Friday, September 22, 2017 @ 18:31:36
  Author: felixonmars
Revision: 259694

upgpkg: haskell-lens 4.15.4-5

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:31:23 UTC (rev 259693)
+++ PKGBUILD	2017-09-22 18:31:36 UTC (rev 259694)
@@ -5,9 +5,9 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Lenses, Folds and Traversals"
-url="http://github.com/ekmett/lens/"
+url="https://github.com/ekmett/lens/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" "haskell-call-stack" "haskell-comonad"
@@ -23,7 +23,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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \
@@ -44,7 +44,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