Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-ghc-tcplugins-extra
Commits: 334940a2 by Felix Yan at 2023-12-06T19:35:06+02:00 upgpkg: 0.4.5-1: rebuild with ghc-tcplugins-extra 0.4.5 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = haskell-ghc-tcplugins-extra + pkgdesc = Utilities for writing GHC type-checker plugins + pkgver = 0.4.5 + pkgrel = 1 + url = https://github.com/clash-lang/ghc-tcplugins-extra + arch = x86_64 + license = custom:BSD2 + makedepends = ghc + depends = ghc-libs + depends = haskell-ghc + source = https://hackage.haskell.org/packages/archive/ghc-tcplugins-extra/0.4.5/ghc-tcplugins-extra-0.4.5.tar.gz + sha512sums = 9e5963aafc192e5fa6019b51120363963e1a625e127128eb2af55d1e148093f8c707993e81649d0b75cca09c477bbe3797da74d279924b2f2d01733edfeeb6a7 + +pkgname = haskell-ghc-tcplugins-extra ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _hkgname=ghc-tcplugins-extra pkgname=haskell-ghc-tcplugins-extra -pkgver=0.4.4 +pkgver=0.4.5 pkgrel=1 pkgdesc="Utilities for writing GHC type-checker plugins" url="https://github.com/clash-lang/ghc-tcplugins-extra" @@ -11,7 +11,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ghc') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('83a9292ae071374360e1878ba708eec9b9e01653809a9922ea37ec8863705a71e2977d1b38bd5c95068154f1a6ad472ff2c40c65a77856d32d4194353100263b') +sha512sums=('9e5963aafc192e5fa6019b51120363963e1a625e127128eb2af55d1e148093f8c707993e81649d0b75cca09c477bbe3797da74d279924b2f2d01733edfeeb6a7') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-tcplugins-extra/-/commit/334940a2605ad908433291611e8e8759e8e7f741 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-tcplugins-extra/-/commit/334940a2605ad908433291611e8e8759e8e7f741 You're receiving this email because of your account on gitlab.archlinux.org.
