Date: Friday, July 12, 2019 @ 09:22:22 Author: felixonmars Revision: 488954
upgpkg: haskell-unliftio 0.2.12-1 rebuild with unliftio 0.2.12 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-12 09:21:49 UTC (rev 488953) +++ PKGBUILD 2019-07-12 09:22:22 UTC (rev 488954) @@ -3,8 +3,8 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.11 -pkgrel=2 +pkgver=0.2.12 +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=('6826b8d2d366a85438858f35c7d0666cd03db4477201ad90f8cea452f293420610a622c78298bc325c36ca5120c1b856098907f5f9c4b92c6b304f18fe6ceb09') +sha512sums=('eebad9ce9de0dfc747c119dfe76a6e4064c008dd59ac353beae59afa9705518429f6dd8ec6928479f96e31d6e183a4e1c749903e4e425f1cc6b445a4a204d740') build() { cd $_hkgname-$pkgver
