[arch-commits] Commit in haskell-lifted-async/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 8 13:45:11 UTC 2017
Date: Wednesday, February 8, 2017 @ 13:45:10
Author: felixonmars
Revision: 211239
upgpkg: haskell-lifted-async 0.9.1.1-1
rebuild with lifted-async,0.9.1.1
Modified:
haskell-lifted-async/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-08 13:08:22 UTC (rev 211238)
+++ PKGBUILD 2017-02-08 13:45:10 UTC (rev 211239)
@@ -3,7 +3,7 @@
_hkgname=lifted-async
pkgname=haskell-lifted-async
-pkgver=0.9.1
+pkgver=0.9.1.1
pkgrel=1
pkgdesc="Run lifted IO operations asynchronously and wait for their results"
url="https://github.com/maoe/lifted-async"
@@ -12,7 +12,7 @@
depends=('ghc=8.0.1' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base'
'haskell-transformers-base' 'haskell-transformers-base')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('15cb95897c95d7684cd8a0c576f6ac27')
+md5sums=('b09f69c4c217287620a407afc7a973d1')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list