Date: Thursday, December 21, 2017 @ 13:30:20 Author: felixonmars Revision: 275169
upgpkg: haskell-unliftio 0.2.1.0-1 rebuild with unliftio,0.2.1.0 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-21 13:27:33 UTC (rev 275168) +++ PKGBUILD 2017-12-21 13:30:20 UTC (rev 275169) @@ -4,16 +4,16 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.0.0 +pkgver=0.2.1.0 pkgrel=1 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)" url="https://github.com/fpco/monad-unlift" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core') +depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ab0c664ec086c1b673dac9722aad08d45fc87c061470ffe8d16291fa7815ea8e0db48b9d9510cb1dda8bb6b3f8a20877227bc708878a6573ef54fbe510e694ad') +sha512sums=('02548a289d55005e4c46c99b6591b5d04c715f340eaaadb68de4e2584f0ba169c14f020368952435048cc7c15671963b0f52afeb28dc2abcb7d20756eade7d66') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
