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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 19:00:44 UTC 2017


    Date: Friday, September 22, 2017 @ 19:00:43
  Author: felixonmars
Revision: 259739

upgpkg: haskell-base-prelude 1.2.0.1-4

Modified:
  haskell-base-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 19:00:06 UTC (rev 259738)
+++ PKGBUILD	2017-09-22 19:00:43 UTC (rev 259739)
@@ -5,7 +5,7 @@
 _hkgname=base-prelude
 pkgname=haskell-base-prelude
 pkgver=1.2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The most complete prelude formed solely from the \"base\" package"
 url="https://github.com/nikita-volkov/base-prelude"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('811a494f5996ff1012be15a1236cc4afb6a67fc2a9f54fdb53f4e94a8fde119e')
+sha512sums=('c0c3fc2a10d838f09a3a9d814895625eea7152c2d7014f17b1524a68817793d8c0fba5d77825781c8a47b00b241b0094cb8c3f06b1e32c6362f6336b1bd1f82c')
 
 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