Date: Wednesday, March 4, 2020 @ 17:13:22 Author: felixonmars Revision: 590313
upgpkg: haskell-unliftio 0.2.12.1-1: rebuild with unliftio 0.2.12.1 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-04 17:09:59 UTC (rev 590312) +++ PKGBUILD 2020-03-04 17:13:22 UTC (rev 590313) @@ -3,8 +3,8 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.12 -pkgrel=21 +pkgver=0.2.12.1 +pkgrel=1 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)" url="https://github.com/fpco/monad-unlift" license=("MIT") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('eebad9ce9de0dfc747c119dfe76a6e4064c008dd59ac353beae59afa9705518429f6dd8ec6928479f96e31d6e183a4e1c749903e4e425f1cc6b445a4a204d740') +sha512sums=('fb2814860cd2b59ae1a17dfb5892198666b59b737264e46e303909a9f5ce2377f92e70ab7d666fc7f927b9cad6593659dd2bb2168478021927b184e54ae4b44d') build() { cd $_hkgname-$pkgver
