Date: Friday, October 14, 2022 @ 01:52:18 Author: felixonmars Revision: 1328518
upgpkg: haskell-hie-bios 0.8.1-24: rebuild with aeson 2.1.0.0 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:49:56 UTC (rev 1328517) +++ PKGBUILD 2022-10-14 01:52:18 UTC (rev 1328518) @@ -3,7 +3,7 @@ _hkgname=hie-bios pkgname=haskell-hie-bios pkgver=0.8.1 -pkgrel=23 +pkgrel=24 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -21,7 +21,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u unix-compat -u vector $_hkgname.cabal + uusi -u aeson -u unix-compat -u vector $_hkgname.cabal # https://github.com/mpickering/hie-bios/issues/290 chmod +x tests/projects/*/*.sh
