Date: Wednesday, June 12, 2019 @ 10:37:27 Author: felixonmars Revision: 480647
upgpkg: haskell-unliftio 0.2.11-1 rebuild with unliftio 0.2.11 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-12 10:36:54 UTC (rev 480646) +++ PKGBUILD 2019-06-12 10:37:27 UTC (rev 480647) @@ -3,8 +3,8 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.10 -pkgrel=17 +pkgver=0.2.11 +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=('10ee56bf72c5f443bbefdd86da7d5ee0d48d4e8636ecd9cceed8a903a8565360856b1940f86356096b8f12cbed4df0bab65051ce6c5e26de931ea90cbe8b71d3') +sha512sums=('6826b8d2d366a85438858f35c7d0666cd03db4477201ad90f8cea452f293420610a622c78298bc325c36ca5120c1b856098907f5f9c4b92c6b304f18fe6ceb09') build() { cd $_hkgname-$pkgver
