Date: Wednesday, March 1, 2023 @ 17:20:23 Author: felixonmars Revision: 1406086
upgpkg: haskell-clash-lib 1.6.4-44: rebuild with lens 5.2.1 Modified: haskell-clash-lib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-01 17:14:44 UTC (rev 1406085) +++ PKGBUILD 2023-03-01 17:20:23 UTC (rev 1406086) @@ -3,7 +3,7 @@ _hkgname=clash-lib pkgname=haskell-clash-lib pkgver=1.6.4 -pkgrel=43 +pkgrel=44 pkgdesc="Clash: a functional hardware description language - As a library" url="https://clash-lang.org/" license=("BSD") @@ -24,7 +24,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u aeson $_hkgname.cabal + uusi -u aeson -u lens $_hkgname.cabal } build() {
