Date: Thursday, May 26, 2022 @ 14:32:28 Author: felixonmars Revision: 1210527
upgpkg: clash-ghc 1.6.1-21: rebuild with lens 5.1.1 Modified: clash-ghc/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-26 14:31:05 UTC (rev 1210526) +++ PKGBUILD 2022-05-26 14:32:28 UTC (rev 1210527) @@ -2,7 +2,7 @@ pkgname=clash-ghc pkgver=1.6.1 -pkgrel=20 +pkgrel=21 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=('3a4b1bae4bb9debda2987579baa8c60e546c588ab969a6ae9ee1c847c3fc83cd7bb43cf16b8334499ac7c70ff56ed409d575b1f2ada2c1a28601b12b2508ee67') +prepare() { + cd $pkgname-$pkgver + LC_CTYPE=en_US.UTF-8 uusi -u lens $pkgname.cabal +} + build() { cd $pkgname-$pkgver
