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

Felix Yan felixonmars at archlinux.org
Fri Jun 16 14:09:48 UTC 2017


    Date: Friday, June 16, 2017 @ 14:09:47
  Author: felixonmars
Revision: 237639

upgpkg: haskell-geniplate-mirror 0.7.5-2

rebuild with ghc,8.0.2

Modified:
  haskell-geniplate-mirror/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 14:07:49 UTC (rev 237638)
+++ PKGBUILD	2017-06-16 14:09:47 UTC (rev 237639)
@@ -5,12 +5,12 @@
 _hkgname=geniplate-mirror
 pkgname=haskell-geniplate-mirror
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to generate Uniplate-like functions."
 url="https://github.com/danr/geniplate"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-mtl")
+depends=("ghc" "haskell-mtl")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('c5ca8c9de5e4ba00e45fbb3e1a2510cb02b6fe9fc1447ab0e40f70ff2a9c93234b1e114816a8cde3f8adffa63e830e8d5ced70a71863c357663e10632e372eac')
 
@@ -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