Date: Friday, October 14, 2022 @ 01:34:58 Author: felixonmars Revision: 1328402
upgpkg: haskell-clash-lib 1.6.4-11: rebuild with aeson 2.1.0.0 Modified: haskell-clash-lib/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:33:57 UTC (rev 1328401) +++ PKGBUILD 2022-10-14 01:34:58 UTC (rev 1328402) @@ -3,7 +3,7 @@ _hkgname=clash-lib pkgname=haskell-clash-lib pkgver=1.6.4 -pkgrel=10 +pkgrel=11 pkgdesc="Clash: a functional hardware description language - As a library" url="https://clash-lang.org/" license=("BSD") @@ -17,11 +17,16 @@ 'haskell-primitive' 'haskell-stringsearch' 'haskell-temporary' 'haskell-terminal-size' 'haskell-trifecta' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-binary-instances' 'haskell-yaml') -makedepends=('ghc' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts' +makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha512sums=('9a53a16cf6bd1788c20b46698a086a397dcd4b76f9882b69a80ac53ed3062e02072655b2c714030a63587e336bcf5b0b025cdc33f469b29b38d4d845e5062e90') +prepare() { + cd $_hkgname-$pkgver + uusi -u aeson $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
