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

Felix Yan felixonmars at archlinux.org
Wed Jun 14 19:26:42 UTC 2017


    Date: Wednesday, June 14, 2017 @ 19:26:41
  Author: felixonmars
Revision: 236818

upgpkg: haskell-memory 0.14.6-2

rebuild with ghc,8.0.2

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-14 19:26:36 UTC (rev 236817)
+++ PKGBUILD	2017-06-14 19:26:41 UTC (rev 236818)
@@ -5,12 +5,12 @@
 _hkgname=memory
 pkgname=haskell-memory
 pkgver=0.14.6
-pkgrel=1
+pkgrel=2
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-foundation')
+depends=('ghc' 'haskell-foundation')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('c03492f003d5f9cf19bddffcfe3cabed193556c351166e2df691f5fc7ceb4c59baff8824af297fc3f2b31d7336b573324e0ac4b4149e7a05bef721a33dbbe611')
 
@@ -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 \
             -fsupport_deepseq -fsupport_bytestring -fsupport_foundation
@@ -39,4 +39,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