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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 26 01:04:42 UTC 2022


    Date: Saturday, March 26, 2022 @ 01:04:41
  Author: felixonmars
Revision: 1176791

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

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 01:00:11 UTC (rev 1176790)
+++ PKGBUILD	2022-03-26 01:04:41 UTC (rev 1176791)
@@ -2,29 +2,29 @@
 
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
-pkgver=1.4.7
-pkgrel=27
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - Prelude library"
 url="https://github.com/clash-lang/clash-prelude"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-arrows' 'haskell-bifunctors' '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-interpolate'
-         'haskell-lens' 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection'
-         'haskell-singletons' 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show'
-         'haskell-th-orphans' 'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
-             'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
-             'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
-             'haskell-tasty-th')
+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-interpolate' 'haskell-lens' 'haskell-quickcheck'
+         'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
+         '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=('8e8d35aa7795fcb38886b11b5ffd62185c5f731beb9c4ca9aebbc9dd3c77aa7558a1fb09655668974ef69bbc8ffa06abddf9558feefc065dbd149caa583a6151')
+sha512sums=('362274232a9afb85acfacb9563af3837c9b81c5a7ec7dc42884192f533971ca16ea4b4fd0eafdbe05d2a2805085d3c25c6bb2927c13beba7af5a3effdfff429e')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u doctest -u hedgehog $_hkgname.cabal
+    uusi -u hedgehog $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list