Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghc-source-gen
Commits:
6579722d by Felix Yan at 2024-09-18T14:13:19+03:00
upgpkg: 0.4.5.0-1: rebuild with ghc-source-gen 0.4.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-source-gen
pkgdesc = Constructs Haskell syntax trees for the GHC API.
- pkgver = 0.4.4.1
- pkgrel = 4
+ pkgver = 0.4.5.0
+ pkgrel = 1
url = https://github.com/google/ghc-source-gen#readme
arch = x86_64
license = BSD
@@ -13,7 +13,7 @@ pkgbase = haskell-ghc-source-gen
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
depends = haskell-ghc
- source =
https://hackage.haskell.org/packages/archive/ghc-source-gen/0.4.4.1/ghc-source-gen-0.4.4.1.tar.gz
- sha256sums =
33eb0e759973e9fbac368e98a50e6a75f977ee7aa4863e3bf157192497df7f39
+ source =
https://hackage.haskell.org/packages/archive/ghc-source-gen/0.4.5.0/ghc-source-gen-0.4.5.0.tar.gz
+ sha256sums =
7b5377a9dbc81ccb10862d1b45f8e82ffe595f0412e07f32cf4b1c69148866a3
pkgname = haskell-ghc-source-gen
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ghc-source-gen
pkgname=haskell-ghc-source-gen
-pkgver=0.4.4.1
-pkgrel=4
+pkgver=0.4.5.0
+pkgrel=1
pkgdesc="Constructs Haskell syntax trees for the GHC API."
url="https://github.com/google/ghc-source-gen#readme"
license=("BSD")
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-ghc')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-ghc-paths' 'haskell-tasty'
'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('33eb0e759973e9fbac368e98a50e6a75f977ee7aa4863e3bf157192497df7f39')
+sha256sums=('7b5377a9dbc81ccb10862d1b45f8e82ffe595f0412e07f32cf4b1c69148866a3')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-source-gen/-/commit/6579722d969b1be266bb6abce808c09dfded8ebc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-source-gen/-/commit/6579722d969b1be266bb6abce808c09dfded8ebc
You're receiving this email because of your account on gitlab.archlinux.org.