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

Felix Yan felixonmars at archlinux.org
Fri Jun 16 16:29:06 UTC 2017


    Date: Friday, June 16, 2017 @ 16:29:05
  Author: felixonmars
Revision: 237739

upgpkg: haskell-hastache 0.6.1-9

rebuild with ghc,8.0.2

Modified:
  haskell-hastache/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 16:27:27 UTC (rev 237738)
+++ PKGBUILD	2017-06-16 16:29:05 UTC (rev 237739)
@@ -5,13 +5,12 @@
 _hkgname=hastache
 pkgname=haskell-hastache
 pkgver=0.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Haskell implementation of Mustache templates"
 url="http://github.com/lymar/hastache"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl"
-         "haskell-syb" "haskell-text")
+depends=("ghc" "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl" "haskell-syb" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('8c8f89669d6125201d7163385ea9055ab8027a69d1513259f8fbdd53c244b464')
 
@@ -22,7 +21,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
@@ -43,4 +42,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