Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghc-typelits-extra
Commits:
55f6ad76 by Felix Yan at 2025-09-17T07:52:36+00:00
upgpkg: 0.4.7-1: rebuild with ghc-typelits-extra 0.4.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-typelits-extra
pkgdesc = Additional type-level operations on GHC.TypeLits.Nat
- pkgver = 0.4.6
- pkgrel = 9
+ pkgver = 0.4.7
+ pkgrel = 1
url = https://github.com/clash-lang/ghc-typelits-extra
arch = x86_64
license = BSD-2-Clause
@@ -13,7 +13,7 @@ pkgbase = haskell-ghc-typelits-extra
depends = haskell-ghc-tcplugins-extra
depends = haskell-ghc-typelits-knownnat
depends = haskell-ghc-typelits-natnormalise
- source =
https://hackage.haskell.org/packages/archive/ghc-typelits-extra/0.4.6/ghc-typelits-extra-0.4.6.tar.gz
- sha512sums =
8bc170bd6c84402b72f22340f39336f1190ae8b35cbee65b5beff09613d11cc203716faa6ed9bcdff85d884c8059238866560f775b2ac50dfa41c87ddab30adf
+ source =
https://hackage.haskell.org/packages/archive/ghc-typelits-extra/0.4.7/ghc-typelits-extra-0.4.7.tar.gz
+ sha512sums =
fd0399a1d35565f20806380972bd373e028a6b146e6c9833ec2ceb744c035a69c228c81e17cf6ade18f735f1f8d6a85dbe04a7bb690cf59b59eb31a525ec8a70
pkgname = haskell-ghc-typelits-extra
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ghc-typelits-extra
pkgname=haskell-ghc-typelits-extra
-pkgver=0.4.6
-pkgrel=9
+pkgver=0.4.7
+pkgrel=1
pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
url="https://github.com/clash-lang/ghc-typelits-extra"
license=('BSD-2-Clause')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-ghc'
'haskell-ghc-tcplugins-extra' 'haskell-ghc-typ
'haskell-ghc-typelits-natnormalise')
makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('8bc170bd6c84402b72f22340f39336f1190ae8b35cbee65b5beff09613d11cc203716faa6ed9bcdff85d884c8059238866560f775b2ac50dfa41c87ddab30adf')
+sha512sums=('fd0399a1d35565f20806380972bd373e028a6b146e6c9833ec2ceb744c035a69c228c81e17cf6ade18f735f1f8d6a85dbe04a7bb690cf59b59eb31a525ec8a70')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-typelits-extra/-/commit/55f6ad76360906dc5fc67e55b145fd8660079f80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-typelits-extra/-/commit/55f6ad76360906dc5fc67e55b145fd8660079f80
You're receiving this email because of your account on gitlab.archlinux.org.