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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 05:59:57 UTC 2017


    Date: Thursday, June 15, 2017 @ 05:59:56
  Author: felixonmars
Revision: 237057

upgpkg: haskell-semigroupoids 5.2-2

rebuild with ghc,8.0.2

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 05:57:59 UTC (rev 237056)
+++ PKGBUILD	2017-06-15 05:59:56 UTC (rev 237057)
@@ -5,14 +5,13 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Semigroupoids: Category sans id"
 url="http://github.com/ekmett/semigroupoids"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad"
-         "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
-         "haskell-tagged" "haskell-transformers-compat")
+depends=("ghc" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
+         "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('ce950a0c8d4494254ec14e5de8fad6b2c604004d6f259d34717b4eafabf2428c4cf4df311f89e22568ad8eb56aa90e911f49a080865b5f59875e43a991bda21f')
 
@@ -19,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 \
             -ftagged -fcomonad -fdoctests -fdistributive -fcontravariant -fcontainers
@@ -41,4 +40,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