Date: Sunday, September 25, 2022 @ 08:40:28 Author: felixonmars Revision: 1309432
upgpkg: haskell-clash-lib 1.6.4-1: rebuild with clash-ghc 1.6.4, clash-lib 1.6.4, clash-prelude 1.6.4 Modified: haskell-clash-lib/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-25 08:34:01 UTC (rev 1309431) +++ PKGBUILD 2022-09-25 08:40:28 UTC (rev 1309432) @@ -2,8 +2,8 @@ _hkgname=clash-lib pkgname=haskell-clash-lib -pkgver=1.6.3 -pkgrel=31 +pkgver=1.6.4 +pkgrel=1 pkgdesc="Clash: a functional hardware description language - As a library" url="https://clash-lang.org/" license=("BSD") @@ -17,16 +17,11 @@ 'haskell-primitive' 'haskell-stringsearch' 'haskell-temporary' 'haskell-terminal-size' 'haskell-trifecta' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-binary-instances' 'haskell-yaml') -makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts' +makedepends=('ghc' '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=('09c80e0d1a671d3ec302bb067b3551e254abdc6dc577862a5a096eb5212397372166516df25c9f190721106be46abec1a771458e9b3f954869434722d25ad089') +sha512sums=('9a53a16cf6bd1788c20b46698a086a397dcd4b76f9882b69a80ac53ed3062e02072655b2c714030a63587e336bcf5b0b025cdc33f469b29b38d4d845e5062e90') -prepare() { - cd $_hkgname-$pkgver - uusi -u lens $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
