Date: Monday, October 10, 2022 @ 14:11:03 Author: felixonmars Revision: 1325983
upgpkg: haskell-snap-core 1.0.5.0-59: rebuild with vector 0.13.0.0 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:11:03 UTC (rev 1325982) +++ PKGBUILD 2022-10-10 14:11:03 UTC (rev 1325983) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.5.0 -pkgrel=58 +pkgrel=59 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/snapframework/snap-core" license=('BSD') @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -d bytestring-builder -u hashable -u unix-compat $_hkgname.cabal + uusi -d bytestring-builder -u hashable -u unix-compat -u vector $_hkgname.cabal } build() {
