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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 26 01:10:41 UTC 2022


    Date: Saturday, March 26, 2022 @ 01:10:40
  Author: felixonmars
Revision: 1176793

upgpkg: haskell-clash-lib 1.6.1-1: rebuild with clash-ghc 1.6.1, clash-lib 1.6.1, clash-prelude 1.6.1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 01:04:52 UTC (rev 1176792)
+++ PKGBUILD	2022-03-26 01:10:40 UTC (rev 1176793)
@@ -2,32 +2,26 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.4.7
-pkgrel=27
+pkgver=1.6.1
+pkgrel=1
 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-aeson-pretty' 'haskell-ansi-terminal'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal' 'haskell-async'
          '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-data-default' 'haskell-dlist' 'haskell-extra' 'haskell-ghc' 'haskell-glob'
          'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 'haskell-interpolate' 'haskell-lens'
-         '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' 'uusi' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts'
+         'haskell-ordered-containers' 'haskell-pretty-show' 'haskell-prettyprinter'
+         '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'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('587ab6f6d11289bbf0d3ad7da9b425316758e0c093186638afe8fe562af7534c679b654274670b854e0c2a8ae444992ac3d65d791c2cb94c48cec3ea3c730416')
+sha512sums=('0e92170df5bf0f4c67327d7d8a54645d4bba4f9f16ced610dfabc85b70a3babe4e431894c1035e8a73860fa24b5cbe75b355a6273ec0f1cd709e7916661484fa')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u ghc-bignum $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list