Date: Saturday, March 13, 2021 @ 15:19:45 Author: felixonmars Revision: 890309
upgpkg: clash-ghc 1.4.0-1 Modified: clash-ghc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 15:18:20 UTC (rev 890308) +++ PKGBUILD 2021-03-13 15:19:45 UTC (rev 890309) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=clash-ghc -pkgver=1.2.5 +pkgver=1.4.0 pkgrel=1 pkgdesc="CAES Language for Synchronous Hardware" url="https://clash-lang.org/" @@ -8,7 +8,7 @@ license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clash-lib' 'haskell-clash-prelude' - 'haskell-concurrent-supply' 'haskell-ghc' 'haskell-ghc-typelits-extra' + 'haskell-concurrent-supply' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-typelits-extra' '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') @@ -15,7 +15,7 @@ makedepends=('ghc') conflicts=('clash') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('ff0e5f06776384f9a6e4474c9c6e21b56872f7f22674111c99a702cc2f83b4f3') +sha256sums=('c21b3ae499b2cea64e4f9e9ab25640dd94182ebfe4626f40693799994d2fd5a2') build() { cd $pkgname-$pkgver
