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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:36:09 UTC 2017


    Date: Friday, September 22, 2017 @ 18:36:08
  Author: felixonmars
Revision: 259704

upgpkg: haskell-ghc-paths 0.1.0.9-16

Modified:
  haskell-ghc-paths/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:35:57 UTC (rev 259703)
+++ PKGBUILD	2017-09-22 18:36:08 UTC (rev 259704)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-ghc-paths
 pkgver=0.1.0.9
-pkgrel=15
+pkgrel=16
 pkgdesc="Knowledge of GHC's installation directories"
 url='https://hackage.haskell.org/package/ghc-paths'
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz")
-sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+sha512sums=('0aa38add4a6f27ced115d769603f98eff6fe3e8b60a6477f4b1e669031cbb6408b87d2fed023d790169b623b9cb2b7983871a9bf9d5cfcc298774a34808e2094')
 
 build() {
     cd "${srcdir}/ghc-paths-${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
@@ -35,7 +35,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