[arch-commits] Commit in haskell-extensible-exceptions/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 15:27:23 UTC 2017
Date: Friday, September 22, 2017 @ 15:27:22
Author: felixonmars
Revision: 259534
upgpkg: haskell-extensible-exceptions 0.1.1.4-17
Modified:
haskell-extensible-exceptions/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 15:26:17 UTC (rev 259533)
+++ PKGBUILD 2017-09-22 15:27:22 UTC (rev 259534)
@@ -4,7 +4,7 @@
_hkgname=extensible-exceptions
pkgname=haskell-${_hkgname}
pkgver=0.1.1.4
-pkgrel=16
+pkgrel=17
pkgdesc="extensible exceptions for both new and old versions of GHC"
url="https://hackage.haskell.org/package/extensible-exceptions"
license=('custom:BSD3')
@@ -12,12 +12,12 @@
depends=('ghc-libs' 'sh')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+sha512sums=('b63bb6b8bc846571db37c23801b711748a10a27a6a6b25035e992013f6705ad9b3ad86e61a7de839c9ac61c26ad3640b9642a8747d6b76a03336834c39e93dca')
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
@@ -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