Date: Saturday, October 29, 2022 @ 12:30:40 Author: felixonmars Revision: 1338590
upgpkg: haskell-unliftio 0.2.23.0-1: rebuild with unliftio 0.2.23.0 Modified: haskell-unliftio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-29 12:14:02 UTC (rev 1338589) +++ PKGBUILD 2022-10-29 12:30:40 UTC (rev 1338590) @@ -3,17 +3,17 @@ _hkgname=unliftio pkgname=haskell-unliftio -pkgver=0.2.22.0 -pkgrel=26 +pkgver=0.2.23.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-safe-exceptions' 'haskell-unliftio-core') makedepends=('ghc') checkdepends=('haskell-hspec' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4788da43828846c76019a27fea2a592070347afd58e5bb271fd170f2dff4097f3a8fdcc11e16293da0139b0557bae8e58738817dd5fd68717ab7c42f83dc3ce9') +sha512sums=('24c06ab66c88a4f6d23376178d484da4a815f77f81b47ec4120b32a45f9d09ca1f4ee89c9ad35a538482aaf68a64155c129f4aef985960869b2dd7387693c449') build() { cd $_hkgname-$pkgver
