[arch-commits] Commit in clash-ghc/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Jan 12 15:09:49 UTC 2022
Date: Wednesday, January 12, 2022 @ 15:09:49
Author: felixonmars
Revision: 1101604
upgpkg: clash-ghc 1.4.3-55: rebuild with ghc 9.0.2
Modified:
clash-ghc/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 15:01:17 UTC (rev 1101603)
+++ PKGBUILD 2022-01-12 15:09:49 UTC (rev 1101604)
@@ -2,7 +2,7 @@
pkgname=clash-ghc
pkgver=1.4.3
-pkgrel=54
+pkgrel=55
pkgdesc="CAES Language for Synchronous Hardware"
url="https://clash-lang.org/"
license=("BSD")
@@ -12,11 +12,16 @@
'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')
+makedepends=('ghc' 'uusi')
conflicts=('clash')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('1805df7a57ec2b9f291f0561a35e55d776dab67717afb10293e0c29aa7607433b7f1fee30172450f93d3d6fc795b6245648b1241f6c46c79242cd0c6e2d14d4f')
+prepare() {
+ cd $pkgname-$pkgver
+ uusi -u ghc-bignum $pkgname.cabal
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list