Date: Saturday, November 19, 2022 @ 23:42:11 Author: felixonmars Revision: 1349773
upgpkg: haskell-parameterized-utils 2.1.5.0-84: rebuild with lens 5.2 Modified: haskell-parameterized-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-19 23:42:06 UTC (rev 1349772) +++ PKGBUILD 2022-11-19 23:42:11 UTC (rev 1349773) @@ -3,7 +3,7 @@ _hkgname=parameterized-utils pkgname=haskell-parameterized-utils pkgver=2.1.5.0 -pkgrel=83 +pkgrel=84 pkgdesc="Classes and data structures for working with data-kind indexed types" url="https://github.com/GaloisInc/parameterized-utils" license=('BSD') @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver patch -p1 -i ../hashable-1.4.patch gen-setup - uusi -u vector $_hkgname.cabal + uusi -u lens -u vector $_hkgname.cabal } build() {
