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

Felix Yan felixonmars at archlinux.org
Mon Jun 12 07:27:15 UTC 2017


    Date: Monday, June 12, 2017 @ 07:27:14
  Author: felixonmars
Revision: 236291

upgpkg: haskell-monad-control 1.0.2.0-1

rebuild with monad-control,1.0.2.0

Modified:
  haskell-monad-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 07:22:07 UTC (rev 236290)
+++ PKGBUILD	2017-06-12 07:27:14 UTC (rev 236291)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-control
 pkgname=haskell-monad-control
-pkgver=1.0.1.0
-pkgrel=2
+pkgver=1.0.2.0
+pkgrel=1
 pkgdesc="Lift control operations, like exception catching, through monad transformers"
 url="https://github.com/basvandijk/monad-control"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-stm" "haskell-transformers-base" "haskell-transformers-compat")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d4b0209c6cb7006fac618e4d8e3743d908f8b21579d6ff72e9f6e758e24301f4')
+sha512sums=('2602542e2f5976b39ec7d0bac081ef83ac136013699da34fbedf2ace7a4f355414ff06d78a1ee2436f6f93f91bb1bfbb6b5d8ebb2549f3097613d73bdee66980')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list