Date: Thursday, September 6, 2018 @ 21:22:58 Author: felixonmars Revision: 378272
upgpkg: haskell-unliftio 0.2.8.0-1 rebuild with unliftio 0.2.8.0 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-06 21:21:36 UTC (rev 378271) +++ PKGBUILD 2018-09-06 21:22:58 UTC (rev 378272) @@ -4,8 +4,8 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.7.1 -pkgrel=2 +pkgver=0.2.8.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-unliftio-core') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f52b2fc2b26310d1c555edf3f69513ceedb1cfef46b4a406605355783b7125a1f9ad5d27d07694fab95215de616a42cc93827b394520306080d0af1fad1aef82') +sha512sums=('3a374000913e1e9622227d315429af39a24aacd9b6f075def69d73dd7fc3891d46737b3eea6e11c3f651fb502f8e065dbfa4a0fdc77d9e94f75ec04a13f4fca9') build() { cd $_hkgname-$pkgver
