[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 18:57:29 UTC 2022


    Date: Tuesday, January 11, 2022 @ 18:57:29
  Author: felixonmars
Revision: 1100780

upgpkg: haskell-ghc-typelits-extra 0.4.3-28: rebuild with ghc 9.0.2

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 18:49:00 UTC (rev 1100779)
+++ PKGBUILD	2022-01-11 18:57:29 UTC (rev 1100780)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
 pkgver=0.4.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra"
 license=('custom:BSD2')
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 'haskell-ghc-typelits-knownnat'
          'haskell-ghc-typelits-natnormalise')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('ad0779c2ad3745c147b02b4a7e4d6b37d204bb065d7eacbdced2d1ead612213582d4843e970ad70359ac72c6fb50dd1c3a54b870cf8336803be9d502ca3efc48')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u ghc-bignum $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list