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

Felix Yan felixonmars at archlinux.org
Wed Mar 29 12:03:55 UTC 2017


    Date: Wednesday, March 29, 2017 @ 12:03:54
  Author: felixonmars
Revision: 219803

upgpkg: haskell-memory 0.14.3-1

rebuild with memory,0.14.3

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 11:57:09 UTC (rev 219802)
+++ PKGBUILD	2017-03-29 12:03:54 UTC (rev 219803)
@@ -4,15 +4,15 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1')
+depends=('ghc=8.0.1' 'haskell-foundation')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('e4428c76a6da8f232d96fe12a15c130fcc808d7542c2ce21744266f3cb905012')
+sha512sums=('94954e719f059e1ad3f93a2a124aa03b3b1d44d0ee1cf1e90bb14628c8518dbe5bfc57035049eced86a6423b790da9f68555653f1e4e184fa6cc6fb27a6fd357')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -fsupport_deepseq -fsupport_bytestring
+            -fsupport_deepseq -fsupport_bytestring -fsupport_foundation
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list