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

Felix Yan felixonmars at archlinux.org
Thu Dec 7 06:08:31 UTC 2017


    Date: Thursday, December 7, 2017 @ 06:08:27
  Author: felixonmars
Revision: 272698

upgpkg: haskell-memory 0.14.10-1

rebuild with memory,0.14.10

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 06:08:13 UTC (rev 272697)
+++ PKGBUILD	2017-12-07 06:08:27 UTC (rev 272698)
@@ -4,16 +4,16 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.14.9
+pkgver=0.14.10
 pkgrel=1
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement')
+depends=('ghc-libs' 'haskell-basement' 'haskell-foundation')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2a29f71b47499c969a44597600d0692c4608aeb0587abe9b821f94f65612df9a76cb155d19433ab072cd53015b4f6b3c80a25b8786122d0db9da58de47760051')
+sha512sums=('07f4563dd8e4d0401a7dfef32aaa5903d2f74e868f74ff79a6d05e608ca2b38cfd7c20b7ffd452e334db55b78445a268cccea828396694f7cba4f826bd185585')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,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_deepseq -fsupport_bytestring -fsupport_foundation
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list