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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jan 12 02:56:23 UTC 2022


    Date: Wednesday, January 12, 2022 @ 02:56:22
  Author: felixonmars
Revision: 1101398

upgpkg: haskell-clash-prelude 1.4.3-42: rebuild with ghc 9.0.2

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 02:05:00 UTC (rev 1101397)
+++ PKGBUILD	2022-01-12 02:56:22 UTC (rev 1101398)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.4.3
-pkgrel=41
+pkgrel=42
 pkgdesc="Clash: a functional hardware description language - Prelude library"
 url="https://github.com/clash-lang/clash-prelude"
 license=('BSD')
@@ -15,7 +15,7 @@
          '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' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
+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')
@@ -22,6 +22,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('fdfed70e2ce3d756f60af9820acb6affaa4ee6c2aa063ab39b5133106d78bca9ee51b65a4b9b8b3fdbe273e4a6d9926c4b910b26d6d1ec6e14dd219a90d7f3c1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u ghc-bignum $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list