[arch-commits] Commit in haskell-clash-lib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 13 15:15:19 UTC 2021


    Date: Saturday, March 13, 2021 @ 15:15:18
  Author: felixonmars
Revision: 890303

upgpkg: haskell-clash-lib 1.4.0-1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 15:14:04 UTC (rev 890302)
+++ PKGBUILD	2021-03-13 15:15:18 UTC (rev 890303)
@@ -2,24 +2,26 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.2.5
+pkgver=1.4.0
 pkgrel=1
-pkgdesc="CAES Language for Synchronous Hardware - As a Library"
+pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec'
-         'haskell-clash-prelude' 'haskell-concurrent-supply' 'haskell-data-binary-ieee754'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal'
+         'haskell-attoparsec' 'haskell-base16-bytestring' 'haskell-clash-prelude'
+         'haskell-concurrent-supply' 'haskell-cryptohash-sha256' 'haskell-data-binary-ieee754'
          'haskell-data-default' 'haskell-dlist' 'haskell-errors' 'haskell-extra' 'haskell-ghc'
          'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 'haskell-interpolate' 'haskell-lens'
-         'haskell-ordered-containers' 'haskell-parsers' 'haskell-prettyprinter' 'haskell-primitive'
-         'haskell-reducers' 'haskell-temporary' 'haskell-terminal-size' 'haskell-text-show'
-         'haskell-trifecta' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+         'haskell-ordered-containers' 'haskell-parsers' 'haskell-pretty-show'
+         'haskell-prettyprinter' 'haskell-primitive' 'haskell-reducers' 'haskell-temporary'
+         'haskell-terminal-size' 'haskell-text-show' 'haskell-trifecta'
+         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
          'haskell-vector-binary-instances')
-makedepends=('ghc' 'haskell-ghc-typelits-knownnat' 'haskell-src-exts' 'haskell-tasty'
-             'haskell-tasty-hunit')
+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")
-sha256sums=('239b15e4502cf7e92bcf26efd973c7b3bd67423b0673c768f5c399fa2905b193')
+sha256sums=('1f98bbbbe1945a66402ea3673a98f47067d1cf33ba109dd075b08c6bc4af1fc4')
 
 build() {
   cd $_hkgname-$pkgver



More information about the arch-commits mailing list