Date: Monday, October 10, 2022 @ 18:37:49 Author: felixonmars Revision: 1326534
upgpkg: haskell-hie-bios 0.8.1-23: rebuild with vector 0.13.0.0 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 18:37:45 UTC (rev 1326533) +++ PKGBUILD 2022-10-10 18:37:49 UTC (rev 1326534) @@ -3,7 +3,7 @@ _hkgname=hie-bios pkgname=haskell-hie-bios pkgver=0.8.1 -pkgrel=22 +pkgrel=23 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 $_hkgname.cabal + uusi -u unix-compat -u vector $_hkgname.cabal # https://github.com/mpickering/hie-bios/issues/290 chmod +x tests/projects/*/*.sh
