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

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 26 22:08:36 UTC 2022


    Date: Saturday, February 26, 2022 @ 22:08:36
  Author: felixonmars
Revision: 1136697

upgpkg: haskell-clash-lib 1.4.6-1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 22:08:21 UTC (rev 1136696)
+++ PKGBUILD	2022-02-26 22:08:36 UTC (rev 1136697)
@@ -2,7 +2,7 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.4.4
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/"
@@ -21,11 +21,11 @@
 makedepends=('ghc' 'uusi' '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=('3b6be87124b5b1e3412d94549fe8c335c1b816a40145097642254d25a87d120628ea01c6794d499c4381f7184f8fbbf044a2b52a104a41ac4b4d710cd75d4d69')
+sha512sums=('13b5bb413658c274790c1a06d6a6b36a7bf2ee4257e5d03f5baa63c89c8fb4c75622c9cb3b507efdb6fa688a97fa0d096ba67117519c1318e73f5955c9ec7f34')
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u ghc-bignum -u prettyprinter $_hkgname.cabal
+  uusi -u ghc-bignum $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list