Date: Saturday, October 22, 2022 @ 10:48:51 Author: felixonmars Revision: 1333510
upgpkg: haskell-modern-uri 0.3.5.0-1: rebuild with modern-uri 0.3.5.0 Modified: haskell-modern-uri/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-22 10:18:58 UTC (rev 1333509) +++ PKGBUILD 2022-10-22 10:48:51 UTC (rev 1333510) @@ -2,17 +2,17 @@ _hkgname=modern-uri pkgname=haskell-modern-uri -pkgver=0.3.4.4 -pkgrel=35 +pkgver=0.3.5.0 +pkgrel=1 pkgdesc="Modern library for working with URIs" url="https://github.com/mrkkrp/modern-uri" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-contravariant' 'haskell-megaparsec' - 'haskell-profunctors' 'haskell-reflection' 'haskell-tagged') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-contravariant' 'haskell-hashable' + 'haskell-megaparsec' 'haskell-profunctors' 'haskell-reflection' 'haskell-tagged') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-megaparsec' 'haskell-hspec-discover') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('74f75a9837bfec8fcf673f896104fa73550b69e6119936d0ecc4f269f80286c8d7909bf7b815d2c2dadd89e4591d51c69bc3920c553a1a3b9408894dc8d3e39b') +sha512sums=('34bddb17502c5ff30c256917127573f44858f04f260aa91935eddefcce81136efc25679b0ea6f00e2a653e1bc93b884baf7550091ecee06bb0ae082d1adc9113') build() { cd $_hkgname-$pkgver
