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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 26 01:12:44 UTC 2022


    Date: Saturday, March 26, 2022 @ 01:12:43
  Author: felixonmars
Revision: 1176795

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

Modified:
  clash-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 01:10:51 UTC (rev 1176794)
+++ PKGBUILD	2022-03-26 01:12:43 UTC (rev 1176795)
@@ -1,27 +1,22 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=clash-ghc
-pkgver=1.4.7
-pkgrel=27
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clash-lib' 'haskell-clash-prelude'
-         'haskell-concurrent-supply' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-typelits-extra'
+depends=('ghc-libs' 'haskell-clash-lib' 'haskell-clash-prelude' 'haskell-concurrent-supply'
+         'haskell-data-binary-ieee754' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-typelits-extra'
          'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 'haskell-hashable'
          'haskell-lens' 'haskell-primitive' 'haskell-reflection' 'haskell-split' 'haskell-uniplate'
          'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 conflicts=('clash')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f8f0cee5f465583627d098d7eef1e57dcbd86134b1b70cd89f804cba6a1da63a4e1d01b8b360a3ae81758ee884daa0950d6e5d6b16ac2f5e53f9eeb7d0b1c306')
+sha512sums=('3a4b1bae4bb9debda2987579baa8c60e546c588ab969a6ae9ee1c847c3fc83cd7bb43cf16b8334499ac7c70ff56ed409d575b1f2ada2c1a28601b12b2508ee67')
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u ghc-bignum $pkgname.cabal
-}
-
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list