Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-clash-prelude
Commits:
435e97d2 by Felix Yan at 2025-08-10T03:45:20+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,10 +1,10 @@
pkgbase = haskell-clash-prelude
pkgdesc = Clash: a functional hardware description language - Prelude
library
- pkgver = 1.8.1
- pkgrel = 101
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://github.com/clash-lang/clash-prelude
arch = x86_64
- license = BSD
+ license = BSD-2-Clause
makedepends = ghc
makedepends = uusi
makedepends = haskell-doctest-parallel
@@ -34,13 +34,14 @@ pkgbase = haskell-clash-prelude
depends = haskell-reflection
depends = haskell-singletons
depends = haskell-string-interpolate
+ depends = haskell-tagged
depends = haskell-th-abstraction
depends = haskell-th-lift
depends = haskell-th-orphans
depends = haskell-type-errors
depends = haskell-uniplate
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/clash-prelude/1.8.1/clash-prelude-1.8.1.tar.gz
- sha512sums =
a61271f0f1e14fd1301b6c73df81d7241d53cb5e72ddf4ffe4b0953909f2ddb919bac104a919c5364398697fe20cf1283cb14aa57e1cec644d8eca952249b366
+ source =
https://hackage.haskell.org/packages/archive/clash-prelude/1.8.2/clash-prelude-1.8.2.tar.gz
+ sha512sums =
7a0dc39145ce61afbc0bde93c459a4a59fac495835b90267fb2fb1f60d5d75ba8b0f7967839f02284e717e4bca60a3a355403f91e85d1d2c9093ee2163ad7818
pkgname = haskell-clash-prelude
=====================================
PKGBUILD
=====================================
@@ -2,29 +2,28 @@
_hkgname=clash-prelude
pkgname=haskell-clash-prelude
-pkgver=1.8.1
-pkgrel=101
+pkgver=1.8.2
+pkgrel=1
pkgdesc="Clash: a functional hardware description language - Prelude library"
url="https://github.com/clash-lang/clash-prelude"
-license=('BSD')
+license=('BSD-2-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-arrows' 'haskell-constraints'
'haskell-data-binary-ieee754'
'haskell-data-default-class' 'haskell-extra'
'haskell-ghc-typelits-extra'
'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise'
'haskell-half'
'haskell-hashable' 'haskell-infinite-list' 'haskell-lens'
'haskell-quickcheck'
'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
- 'haskell-string-interpolate' 'haskell-th-abstraction'
'haskell-th-lift'
+ 'haskell-string-interpolate' 'haskell-tagged'
'haskell-th-abstraction' 'haskell-th-lift'
'haskell-th-orphans' 'haskell-type-errors' 'haskell-uniplate'
'haskell-vector')
makedepends=('ghc' 'uusi' 'haskell-doctest-parallel' 'haskell-hedgehog'
'haskell-hint'
'haskell-quickcheck-classes-base' 'haskell-tasty'
'haskell-tasty-hedgehog'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
'haskell-tasty-th')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a61271f0f1e14fd1301b6c73df81d7241d53cb5e72ddf4ffe4b0953909f2ddb919bac104a919c5364398697fe20cf1283cb14aa57e1cec644d8eca952249b366')
+sha512sums=('7a0dc39145ce61afbc0bde93c459a4a59fac495835b90267fb2fb1f60d5d75ba8b0f7967839f02284e717e4bca60a3a355403f91e85d1d2c9093ee2163ad7818')
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -u lens
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-prelude/-/commit/435e97d216e787d4caf5963cd850bf2da2a15cd2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-prelude/-/commit/435e97d216e787d4caf5963cd850bf2da2a15cd2
You're receiving this email because of your account on gitlab.archlinux.org.