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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:31:33 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:31:32
  Author: felixonmars
Revision: 259850

upgpkg: haskell-kan-extensions 5.0.2-8

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:31:02 UTC (rev 259849)
+++ PKGBUILD	2017-09-23 05:31:32 UTC (rev 259850)
@@ -5,9 +5,9 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads"
-url="http://github.com/ekmett/kan-extensions/"
+url="https://github.com/ekmett/kan-extensions/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-adjunctions" "haskell-comonad" "haskell-contravariant"
@@ -24,7 +24,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
@@ -42,7 +42,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