Date: Thursday, July 7, 2022 @ 14:10:10 Author: felixonmars Revision: 1248103
upgpkg: haskell-aeson-compat 0.3.10-44: rebuild with attoparsec-iso8601 1.1.0.0 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 14:08:29 UTC (rev 1248102) +++ PKGBUILD 2022-07-07 14:10:10 UTC (rev 1248103) @@ -4,7 +4,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.10 -pkgrel=43 +pkgrel=44 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u hashable $_hkgname.cabal + uusi -u attoparsec-iso8601 -u hashable $_hkgname.cabal } build() {
