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

Felix Yan felixonmars at archlinux.org
Wed Nov 23 07:54:08 UTC 2016


    Date: Wednesday, November 23, 2016 @ 07:54:07
  Author: felixonmars
Revision: 196583

upgpkg: haskell-stmonadtrans 0.3.4-1

rebuild with STMonadTrans-0.3.4

Modified:
  haskell-stmonadtrans/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-23 07:11:47 UTC (rev 196582)
+++ PKGBUILD	2016-11-23 07:54:07 UTC (rev 196583)
@@ -4,8 +4,8 @@
 
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="A monad transformer version of the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d9911c7634c42b94f57ac7c2a6d523f6d7124870b35fc3030cb72109ba3aa315')
+sha256sums=('44935ff710369da1614e00a40dabea6ba3a4dd02959d7b0e5ed17a915c3f0210')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list