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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jan 12 13:02:16 UTC 2022


    Date: Wednesday, January 12, 2022 @ 13:02:16
  Author: felixonmars
Revision: 1101516

upgpkg: haskell-clash-lib 1.4.3-53: rebuild with ghc 9.0.2

Modified:
  haskell-clash-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 12:36:49 UTC (rev 1101515)
+++ PKGBUILD	2022-01-12 13:02:16 UTC (rev 1101516)
@@ -3,7 +3,7 @@
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
 pkgver=1.4.3
-pkgrel=52
+pkgrel=53
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/"
 license=("BSD")
@@ -23,6 +23,11 @@
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha512sums=('2e344cfbb8f02db3498f8db9c921c42e3101b188edbc30e2a23231eb2f81473b89a69f7c779b63f0d715ae046cae43103d650883a39e99b31e70a6d7d56bceca')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u ghc-bignum $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list