Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghc-lib-parser-ex
Commits:
65eb1ed2 by Felix Yan at 2025-10-13T18:14:36+08:00
upgpkg: 9.6.0.2-1: rebuild with cabal-fmt 0.1.7, cabal-install 3.10.3.0,
cabal-install-parsers 0.6.1.1, cabal-install-solver 3.10.3.0,
filepath-bytestring 1.5.2.0.1, fourmolu 0.12.0.0, ghc 9.6.6, ghc-exactprint
1.7.1.0, ghc-lib-parser 9.6.6.20240701, ghc-lib-parser-ex 9.6.0.2,
ghc-syntax-highlighter 0.0.10.0, hlint 3.6, ormolu 0.6.0.0, spdx 1.1,
stylish-haskell 0.14.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-lib-parser-ex
pkgdesc = Algorithms on GHC parse trees
- pkgver = 9.4.0.0
- pkgrel = 99
+ pkgver = 9.6.0.2
+ pkgrel = 1
url = https://github.com/shayne-fletcher/ghc-lib-parser-ex
arch = x86_64
license = BSD
@@ -13,7 +13,7 @@ pkgbase = haskell-ghc-lib-parser-ex
depends = ghc-libs
depends = haskell-uniplate
depends = haskell-ghc
- source =
https://hackage.haskell.org/packages/archive/ghc-lib-parser-ex/9.4.0.0/ghc-lib-parser-ex-9.4.0.0.tar.gz
- sha512sums =
cd1cc58e89e8f1bbf60a687c0dd06c4c47cd7fc4fccb679dc77e2427b4147c3eba625f3ab09f5f831a6f68b3b03a2a63c2b5cc81d1b6501fdbfec8ea006b2564
+ source =
https://hackage.haskell.org/packages/archive/ghc-lib-parser-ex/9.6.0.2/ghc-lib-parser-ex-9.6.0.2.tar.gz
+ sha512sums =
d1b8e9940afc0e3de148f2320f19310cb0c02be469895ee7a2afb11b98107816e461b429fe4973eb93a6ec9c16c0fa97f204a2f70d8174c4aab0211e619f09aa
pkgname = haskell-ghc-lib-parser-ex
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ghc-lib-parser-ex
pkgname=haskell-ghc-lib-parser-ex
-pkgver=9.4.0.0
-pkgrel=99
+pkgver=9.6.0.2
+pkgrel=1
pkgdesc="Algorithms on GHC parse trees"
url="https://github.com/shayne-fletcher/ghc-lib-parser-ex"
license=('BSD')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc')
makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-uniplate')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('cd1cc58e89e8f1bbf60a687c0dd06c4c47cd7fc4fccb679dc77e2427b4147c3eba625f3ab09f5f831a6f68b3b03a2a63c2b5cc81d1b6501fdbfec8ea006b2564')
+sha512sums=('d1b8e9940afc0e3de148f2320f19310cb0c02be469895ee7a2afb11b98107816e461b429fe4973eb93a6ec9c16c0fa97f204a2f70d8174c4aab0211e619f09aa')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-lib-parser-ex/-/commit/65eb1ed22ab4e018dba95196295a8012cf765b41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-lib-parser-ex/-/commit/65eb1ed22ab4e018dba95196295a8012cf765b41
You're receiving this email because of your account on gitlab.archlinux.org.