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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 07:11:51 UTC 2017


    Date: Friday, September 22, 2017 @ 07:11:50
  Author: felixonmars
Revision: 259406

upgpkg: haskell-stm 2.4.4.1-6

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:11:40 UTC (rev 259405)
+++ PKGBUILD	2017-09-22 07:11:50 UTC (rev 259406)
@@ -7,7 +7,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm"
 license=('custom:BSD3')
@@ -15,7 +15,7 @@
 depends=('ghc-libs' 'sh')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz")
-md5sums=('480b37cce3d35c11fd67bf9df957ae19')
+sha512sums=('12a8edb7489995245fb21d9f0782cad87e992f56343d4492eef788370ebc2dcb934193d8602b85b5f3935c4bdb4c9426717b6149437cd7b0bb5311bda4b237eb')
 
 prepare() {
     sed -i 's/base  >= 4.3 && < 4.10,/base  >= 4.3,/' $_hkgname-$pkgver/$_hkgname.cabal
@@ -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 \
           -f-developer -f-integer-simple
@@ -43,7 +43,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