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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:06:27 UTC 2017


    Date: Friday, September 22, 2017 @ 16:06:26
  Author: felixonmars
Revision: 259594

upgpkg: haskell-djinn-ghc 0.0.2.3-7

Modified:
  haskell-djinn-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:06:12 UTC (rev 259593)
+++ PKGBUILD	2017-09-22 16:06:26 UTC (rev 259594)
@@ -5,7 +5,7 @@
 _hkgname=djinn-ghc
 pkgname=haskell-djinn-ghc
 pkgver=0.0.2.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Generate Haskell code from a type. Bridge from Djinn to GHC API."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-async" "haskell-djinn-lib" "haskell-ghc" "haskell-mtl")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('cb956aed69bc5c342b45ef1b1142b6555fd2865dde1a80ac6ab3ef86aca314a4')
+sha512sums=('441b6ce7f5d7e4672394bcc6654db9405406540e68855c41b7db33ef9e267178aa56f20209c4a91ffda59a7e44847c7bfebfa3f0c3df3d0868600f34912d9ae8')
 
 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