Date: Monday, October 10, 2022 @ 14:37:19 Author: felixonmars Revision: 1326153
upgpkg: haskell-parameterized-utils 2.1.5.0-78: rebuild with vector 0.13.0.0 Modified: haskell-parameterized-utils/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:36:44 UTC (rev 1326152) +++ PKGBUILD 2022-10-10 14:37:19 UTC (rev 1326153) @@ -3,7 +3,7 @@ _hkgname=parameterized-utils pkgname=haskell-parameterized-utils pkgver=2.1.5.0 -pkgrel=77 +pkgrel=78 pkgdesc="Classes and data structures for working with data-kind indexed types" url="https://github.com/GaloisInc/parameterized-utils" license=('BSD') @@ -22,6 +22,7 @@ cd $_hkgname-$pkgver patch -p1 -i ../hashable-1.4.patch gen-setup + uusi -u vector $_hkgname.cabal } build() {
