Date: Monday, January 17, 2022 @ 05:59:21 Author: felixonmars Revision: 1107273
upgpkg: haskell-parameterized-utils 2.1.4.0-17: rebuild with lens 5.1 Modified: haskell-parameterized-utils/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-17 04:56:30 UTC (rev 1107272) +++ PKGBUILD 2022-01-17 05:59:21 UTC (rev 1107273) @@ -3,7 +3,7 @@ _hkgname=parameterized-utils pkgname=haskell-parameterized-utils pkgver=2.1.4.0 -pkgrel=16 +pkgrel=17 pkgdesc="Classes and data structures for working with data-kind indexed types" url="https://github.com/GaloisInc/parameterized-utils" license=('BSD') @@ -19,6 +19,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup + uusi -u lens $_hkgname.cabal } build() {
