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

Felix Yan felixonmars at archlinux.org
Sun Sep 30 17:31:49 UTC 2018


    Date: Sunday, September 30, 2018 @ 17:31:49
  Author: felixonmars
Revision: 388537

upgpkg: haskell-memory 0.14.18-1

rebuild with memory 0.14.18

Modified:
  haskell-memory/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 17:28:39 UTC (rev 388536)
+++ PKGBUILD	2018-09-30 17:31:49 UTC (rev 388537)
@@ -3,8 +3,8 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.14.16
-pkgrel=26
+pkgver=0.14.18
+pkgrel=1
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-basement' 'haskell-foundation')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('49ff82b1e414af7775c745fcb68d48b7d5ff1f1ed9df1d99a54d31f12fbe7d2c26a34c7834f7cd4922b910952be8afbe7a6cf8927b624b9842530fe914e66ef4')
+sha512sums=('ce345edb4975c1dec80cdbd1e0be1a079a2ee36d449947fc9da109d3862c8972d7165a512080de79f3a8efc00088c0154eee853bd35a1b9a22211def48747333')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -fsupport_deepseq -fsupport_bytestring -fsupport_foundation
+            -fsupport_deepseq -fsupport_bytestring -fsupport_basement -fsupport_foundation
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list