Date: Friday, March 26, 2021 @ 20:27:59 Author: felixonmars Revision: 904727
upgpkg: haskell-aeson-compat 0.3.9-204: rebuild with attoparsec 0.14.1 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 20:19:13 UTC (rev 904726) +++ PKGBUILD 2021-03-26 20:27:59 UTC (rev 904727) @@ -4,7 +4,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.9 -pkgrel=203 +pkgrel=204 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -13,7 +13,7 @@ 'haskell-base-compat' 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances' +makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('84da7cbace32527d0e20d32415ba770d14417ad4dd9ca0f86e8b5f100449af8a51a7b32c7dfdd7b3557764bd7dfc9ae4aa0a95999bc34b074f49d243a4f4bc46') @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *4.13/<5/' -e 's/<.*0.8/<1/' -e 's/< *1/<2/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' $_hkgname.cabal + uusi -u QuickCheck -u aeson -u attoparsec -u base -u base-compat -u hashable -u tasty -u time $_hkgname.cabal } build() {
