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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 14:56:43 UTC 2017


    Date: Saturday, September 23, 2017 @ 14:56:42
  Author: felixonmars
Revision: 259966

upgpkg: haskell-monad-unlift 0.2.0-13

Modified:
  haskell-monad-unlift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 14:56:30 UTC (rev 259965)
+++ PKGBUILD	2017-09-23 14:56:42 UTC (rev 259966)
@@ -5,7 +5,7 @@
 _hkgname=monad-unlift
 pkgname=haskell-monad-unlift
 pkgver=0.2.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Typeclasses for representing monad transformer unlifting"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-monad-control" "haskell-transformers-base" "haskell-constraints")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('4b5e638619e4821918b4ec67aeffb581ab9df23d168fbb72164137009a15ee0f')
+sha512sums=('4b9db8679532e89c05c63328603bc7e72131b79d31e35225e8655ddc4d32e761de58c6db70bfdde2c148f105daa57ff08976cb79bddbdc99f85f083f8183afb3')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -36,7 +36,4 @@
     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