Date: Friday, December 23, 2022 @ 10:05:08 Author: felixonmars Revision: 1365309
upgpkg: haskell-polysemy 1.8.0.0-1: rebuild with polysemy 1.8.0.0 Modified: haskell-polysemy/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-23 10:01:04 UTC (rev 1365308) +++ PKGBUILD 2022-12-23 10:05:08 UTC (rev 1365309) @@ -2,18 +2,18 @@ _hkgname=polysemy pkgname=haskell-polysemy -pkgver=1.7.1.0 -pkgrel=36 +pkgver=1.8.0.0 +pkgrel=1 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads" url="https://github.com/isovector/polysemy" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-async' 'haskell-first-class-families' 'haskell-syb' +depends=('ghc-libs' 'haskell-async' 'haskell-first-class-families' 'haskell-syb' 'haskell-th-abstraction' 'haskell-type-errors' 'haskell-unagi-chan') makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-hspec-discover' 'haskell-doctest' 'haskell-hspec' 'haskell-inspection-testing') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('1469f977f0d6202af9ce7665063c555fa57b8ee671969ad5d22ff36d4ee1729d981135cd9f026ecfcbda8924e322810878a9973597894f7074093abdb4e9b29b') +sha512sums=('b263c7947bf9aaa727b1dd43fa9916a3c5126d91c0b6a414cba97e2b34862986ad326583a3384b74104abd6e1ca32ea75a03d9b5cb1f2b27cf0c7bc2ec9e240a') prepare() { cd $_hkgname-$pkgver
