Date: Monday, October 10, 2022 @ 14:26:17 Author: felixonmars Revision: 1326087
upgpkg: haskell-structured 0.1.1-95: rebuild with vector 0.13.0.0 Modified: haskell-structured/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:25:57 UTC (rev 1326086) +++ PKGBUILD 2022-10-10 14:26:17 UTC (rev 1326087) @@ -3,7 +3,7 @@ _hkgname=structured pkgname=haskell-structured pkgver=0.1.1 -pkgrel=94 +pkgrel=95 pkgdesc="Structure (hash) of your data types" url="https://github.com/phadej/binary-tagged" license=('BSD') @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u hashable $_hkgname.cabal + uusi -u hashable -u vector $_hkgname.cabal } build() {
