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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 10:58:06 UTC 2022


    Date: Tuesday, January 11, 2022 @ 10:58:06
  Author: felixonmars
Revision: 1100376

upgpkg: haskell-ghc-typelits-natnormalise 0.7.6-28: rebuild with ghc 9.0.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 10:09:44 UTC (rev 1100375)
+++ PKGBUILD	2022-01-11 10:58:06 UTC (rev 1100376)
@@ -3,16 +3,21 @@
 _hkgname=ghc-typelits-natnormalise
 pkgname=haskell-ghc-typelits-natnormalise
 pkgver=0.7.6
-pkgrel=27
+pkgrel=28
 pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-natnormalise"
 license=('custom:BSD2')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra')
-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=('a4212fe57c5f6a79ad4e677878662ece5c7b84b0af0500b1cf1d057ea2576a2a8fe0ad961b02f3f6700ef6e86a3e86f7277cc09a1343cd8e177f27874eaf5855')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u ghc-bignum $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list