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

Felix Yan felixonmars at archlinux.org
Fri Jun 16 07:12:17 UTC 2017


    Date: Friday, June 16, 2017 @ 07:12:17
  Author: felixonmars
Revision: 237507

upgpkg: haskell-hashtables 1.2.1.1-4

rebuild with ghc,8.0.2

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 06:47:44 UTC (rev 237506)
+++ PKGBUILD	2017-06-16 07:12:17 UTC (rev 237507)
@@ -5,12 +5,12 @@
 _hkgname=hashtables
 pkgname=haskell-hashtables
 pkgver=1.2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
+depends=('ghc' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e8e22104005fe2994c4418e8465b019970330c73a5f653e5ab4bbc4c37733faabdc2a421dcada8f300185d29e5622168293f69b1991677d3e97d114c4ccc1f14')
 
@@ -17,7 +17,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -38,4 +38,7 @@
     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