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

Felix Yan felixonmars at archlinux.org
Wed Jun 14 19:35:41 UTC 2017


    Date: Wednesday, June 14, 2017 @ 19:35:40
  Author: felixonmars
Revision: 236828

upgpkg: haskell-semigroups 0.18.3-2

rebuild with ghc,8.0.2

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-14 19:35:06 UTC (rev 236827)
+++ PKGBUILD	2017-06-14 19:35:40 UTC (rev 236828)
@@ -5,12 +5,12 @@
 _hkgname=semigroups
 pkgname=haskell-semigroups
 pkgver=0.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Anything that associates"
 url="http://github.com/ekmett/semigroups/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" 'haskell-transformers')
+depends=("ghc" 'haskell-transformers')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7fb0d20feac6a00b2d4404526300140795429b7e79217b9212c62f210b2d45c7555c04ffa69124d530725669deb2de20c4fd0b02d470b416117f33e1e1ce0d5e')
 
@@ -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