Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-clash-lib


Commits:
6e599148 by Felix Yan at 2025-08-10T03:47:55+08:00
upgpkg: 1.8.2-1: rebuild with clash-ghc 1.8.2, clash-lib 1.8.2, clash-prelude 
1.8.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = haskell-clash-lib
        pkgdesc = Clash: a functional hardware description language - As a 
library
-       pkgver = 1.8.1
-       pkgrel = 117
+       pkgver = 1.8.2
+       pkgrel = 1
        url = https://clash-lang.org/
        arch = x86_64
-       license = BSD
+       license = BSD-2-Clause
        makedepends = ghc
-       makedepends = uusi
        makedepends = expac
        makedepends = haskell-doctest-parallel
        makedepends = haskell-ghc-typelits-knownnat
@@ -25,7 +24,6 @@ pkgbase = haskell-clash-lib
        depends = haskell-attoparsec
        depends = haskell-base16-bytestring
        depends = haskell-clash-prelude
-       depends = haskell-concurrent-supply
        depends = haskell-cryptohash-sha256
        depends = haskell-data-binary-ieee754
        depends = haskell-data-default
@@ -44,7 +42,6 @@ pkgbase = haskell-clash-lib
        depends = haskell-prettyprinter-interp
        depends = haskell-primitive
        depends = haskell-string-interpolate
-       depends = haskell-stringsearch
        depends = haskell-temporary
        depends = haskell-terminal-size
        depends = haskell-trifecta
@@ -52,7 +49,7 @@ pkgbase = haskell-clash-lib
        depends = haskell-vector
        depends = haskell-vector-binary-instances
        depends = haskell-yaml
-       source = 
https://hackage.haskell.org/packages/archive/clash-lib/1.8.1/clash-lib-1.8.1.tar.gz
-       sha512sums = 
7f249b37b1f71a69174a4824267fc172eb118cfb7f17ff5b273073c17e40a240bf8bc5add5483f9be7d25516773a99d0f6767aa8e27d356112806e237e384aca
+       source = 
https://hackage.haskell.org/packages/archive/clash-lib/1.8.2/clash-lib-1.8.2.tar.gz
+       sha512sums = 
78af3f3058c2bb178dd9da2264aa37dbc59eb9c906823995a3fd5e33a6c4a475a3102c46c14b24088bb2deda16a8af2547c1cb06798aaa304498a14ae1335f0e
 
 pkgname = haskell-clash-lib


=====================================
PKGBUILD
=====================================
@@ -2,32 +2,27 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.8.1
-pkgrel=117
+pkgver=1.8.2
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/";
-license=("BSD")
+license=('BSD-2-Clause')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec-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-extra'
-         'haskell-ghc' 'haskell-glob' 'haskell-hashable' 'haskell-src-meta' 
'haskell-hint'
-         'haskell-infinite-list' 'haskell-lens' 'haskell-ordered-containers' 
'haskell-pretty-show'
-         'haskell-prettyprinter' 'haskell-prettyprinter-interp' 
'haskell-primitive'
-         'haskell-string-interpolate' 'haskell-stringsearch' 
'haskell-temporary'
-         'haskell-terminal-size' 'haskell-trifecta' 
'haskell-unordered-containers' 'haskell-vector'
-         'haskell-vector-binary-instances' 'haskell-yaml')
-makedepends=('ghc' 'uusi' 'expac' 'haskell-doctest-parallel' 
'haskell-ghc-typelits-knownnat'
+         'haskell-clash-prelude' 'haskell-cryptohash-sha256' 
'haskell-data-binary-ieee754'
+         'haskell-data-default' 'haskell-dlist' 'haskell-extra' 'haskell-ghc' 
'haskell-glob'
+         'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 
'haskell-infinite-list' 'haskell-lens'
+         'haskell-ordered-containers' 'haskell-pretty-show' 
'haskell-prettyprinter'
+         'haskell-prettyprinter-interp' 'haskell-primitive' 
'haskell-string-interpolate'
+         'haskell-temporary' 'haskell-terminal-size' 'haskell-trifecta'
+         'haskell-unordered-containers' 'haskell-vector' 
'haskell-vector-binary-instances'
+         'haskell-yaml')
+makedepends=('ghc' 'expac' 'haskell-doctest-parallel' 
'haskell-ghc-typelits-knownnat'
              'haskell-quickcheck-text' 'haskell-src-exts' 'haskell-tasty' 
'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-tasty-th')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('7f249b37b1f71a69174a4824267fc172eb118cfb7f17ff5b273073c17e40a240bf8bc5add5483f9be7d25516773a99d0f6767aa8e27d356112806e237e384aca')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u lens
-}
+sha512sums=('78af3f3058c2bb178dd9da2264aa37dbc59eb9c906823995a3fd5e33a6c4a475a3102c46c14b24088bb2deda16a8af2547c1cb06798aaa304498a14ae1335f0e')
 
 build() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/6e599148f8796f29f5a9e5622c1ecc133dacbf23

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/6e599148f8796f29f5a9e5622c1ecc133dacbf23
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to