Date: Saturday, December 31, 2022 @ 11:37:23 Author: felixonmars Revision: 1372648
upgpkg: haskell-ghc-typelits-extra 0.4.4-1: rebuild with ghc-typelits-extra 0.4.4 Modified: haskell-ghc-typelits-extra/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-31 11:33:41 UTC (rev 1372647) +++ PKGBUILD 2022-12-31 11:37:23 UTC (rev 1372648) @@ -2,8 +2,8 @@ _hkgname=ghc-typelits-extra pkgname=haskell-ghc-typelits-extra -pkgver=0.4.3 -pkgrel=79 +pkgver=0.4.4 +pkgrel=1 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat" url="https://github.com/clash-lang/ghc-typelits-extra" license=('custom:BSD2') @@ -10,15 +10,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise') -makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ad0779c2ad3745c147b02b4a7e4d6b37d204bb065d7eacbdced2d1ead612213582d4843e970ad70359ac72c6fb50dd1c3a54b870cf8336803be9d502ca3efc48') +sha512sums=('bdb439dcfe5f844ac6107e26c929d9c4769e4c6a7e9c10c3e57f52fa43c6ca32d97bc1aa7810d95010877169c1bffa320bb3ef47993f6eb26a59b877ac0b0921') -prepare() { - cd $_hkgname-$pkgver - uusi -u ghc-bignum $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
