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

Felix Yan felixonmars at archlinux.org
Sun Feb 5 13:57:47 UTC 2017


    Date: Sunday, February 5, 2017 @ 13:57:46
  Author: felixonmars
Revision: 209968

upgpkg: haskell-memory 0.14.1-1

rebuild with memory,0.14.1

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-05 13:52:32 UTC (rev 209967)
+++ PKGBUILD	2017-02-05 13:57:46 UTC (rev 209968)
@@ -4,15 +4,15 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.14
-pkgrel=2
+pkgver=0.14.1
+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" "haskell-foundation")
+depends=('ghc=8.0.1')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ca0248c9a889906a5a8fc95ce3c549b27abc3edb4d85d03893aef56934148e1d')
+sha256sums=('1cd87a34ca28ab5fbb9fbeb82f66cdbabf4e276e10caf7a64b798bf42edc0825')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list