Date: Thursday, May 10, 2018 @ 16:05:18 Author: felixonmars Revision: 320434
upgpkg: haskell-unliftio 0.2.7.0-1 rebuild with unliftio,0.2.7.0 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-10 16:04:44 UTC (rev 320433) +++ PKGBUILD 2018-05-10 16:05:18 UTC (rev 320434) @@ -4,8 +4,8 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.6.0 -pkgrel=2 +pkgver=0.2.7.0 +pkgrel=1 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)" url="https://github.com/fpco/monad-unlift" license=("MIT") @@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('873df8ffce7ee6b2b6da58d961ee9daac297c823d235bc9ac6c375e5d62a8c75c320be919cc31f22b817261c2e6a76b64da719c91ccf711a4946ca12422ef87b') +sha512sums=('e4f805e8b22460b7a2eb9370eb3c474fefc8ccb9d13eaf78f95e4602521645547e0187b3a6de49e574b66a40b9bde132f7dc567f5ec75a273772f972cd5e9214') build() { cd $_hkgname-$pkgver
