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

Felix Yan felixonmars at archlinux.org
Fri Jun 16 05:16:41 UTC 2017


    Date: Friday, June 16, 2017 @ 05:16:41
  Author: felixonmars
Revision: 237461

upgpkg: haskell-src-exts 1.18.2-7

rebuild with ghc,8.0.2

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 05:08:14 UTC (rev 237460)
+++ PKGBUILD	2017-06-16 05:16:41 UTC (rev 237461)
@@ -5,12 +5,12 @@
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
 pkgver=1.18.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts"
 license=("custom:BSD")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-cpphs")
+depends=("ghc" "haskell-cpphs")
 makedepends=('happy')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('31583804dcec5c200bcf184db8a2eb33fdcc3354b011c6485370be63b2710943')
@@ -18,7 +18,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
@@ -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