Date: Sunday, November 20, 2022 @ 00:52:37 Author: felixonmars Revision: 1349868
upgpkg: clash-ghc 1.6.4-18: rebuild with lens 5.2 Modified: clash-ghc/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-20 00:52:06 UTC (rev 1349867) +++ PKGBUILD 2022-11-20 00:52:37 UTC (rev 1349868) @@ -2,7 +2,7 @@ pkgname=clash-ghc pkgver=1.6.4 -pkgrel=17 +pkgrel=18 pkgdesc="CAES Language for Synchronous Hardware" url="https://clash-lang.org/" license=("BSD") @@ -12,11 +12,16 @@ 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 'haskell-hashable' 'haskell-lens' 'haskell-primitive' 'haskell-reflection' 'haskell-split' 'haskell-uniplate' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector') -makedepends=('ghc') +makedepends=('ghc' 'uusi') conflicts=('clash') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('b469a23efafc62b2a9be52e56f9d3c7b22db4c7bcabb655454f78739c879bf3629aca804d966a5f665b09459a9e29608ff1d0666f5dcca59a43b18b1951be62b') +prepare() { + cd $pkgname-$pkgver + uusi -u lens $pkgname.cabal +} + build() { cd $pkgname-$pkgver
