Date: Wednesday, December 12, 2018 @ 15:37:43 Author: felixonmars Revision: 415607
upgpkg: haskell-unliftio 0.2.9.0-1 rebuild with unliftio 0.2.9.0 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-12 15:36:42 UTC (rev 415606) +++ PKGBUILD 2018-12-12 15:37:43 UTC (rev 415607) @@ -3,16 +3,16 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.8.1 -pkgrel=8 +pkgver=0.2.9.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') -makedepends=('ghc' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('95eba7e728c558d0b5ca95df58ed5333660a529981b78e66e295831bd602189876fecf1772b06abf3428491c239805b12709bb8cdc777a8fb87b037688ea7d41') +sha512sums=('e3f4cbff3237c29d8fba6ba6fffcfdd9a1948bb5249262ddc8b2e61b417612cd1610403d7379ded7de1aa4d3e8f6410210c2bc716fbe9b51b4655f3b6671da06') build() { cd $_hkgname-$pkgver
