Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghc-syntax-highlighter
Commits:
57ef77b3 by Felix Yan at 2025-10-13T18:13:12+08:00
upgpkg: 0.0.10.0-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-syntax-highlighter
pkgdesc = Syntax highlighter for Haskell using the lexer of GHC
- pkgver = 0.0.9.0
- pkgrel = 79
+ pkgver = 0.0.10.0
+ pkgrel = 1
url = https://github.com/mrkkrp/ghc-syntax-highlighter
arch = x86_64
license = BSD
@@ -10,7 +10,7 @@ pkgbase = haskell-ghc-syntax-highlighter
makedepends = haskell-hspec-discover
depends = ghc-libs
depends = haskell-ghc-lib-parser
- source =
https://hackage.haskell.org/packages/archive/ghc-syntax-highlighter/0.0.9.0/ghc-syntax-highlighter-0.0.9.0.tar.gz
- sha256sums =
0a39768b619634fc165989ca26ae716c53942dd32d433b117437a6e700005635
+ source =
https://hackage.haskell.org/packages/archive/ghc-syntax-highlighter/0.0.10.0/ghc-syntax-highlighter-0.0.10.0.tar.gz
+ sha256sums =
e2785c6250ff5e2876f9afe638fea362a79c910029625f5599c234acb297bd90
pkgname = haskell-ghc-syntax-highlighter
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ghc-syntax-highlighter
pkgname=haskell-ghc-syntax-highlighter
-pkgver=0.0.9.0
-pkgrel=79
+pkgver=0.0.10.0
+pkgrel=1
pkgdesc="Syntax highlighter for Haskell using the lexer of GHC"
url="https://github.com/mrkkrp/ghc-syntax-highlighter"
license=("BSD")
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-ghc-lib-parser')
makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('0a39768b619634fc165989ca26ae716c53942dd32d433b117437a6e700005635')
+sha256sums=('e2785c6250ff5e2876f9afe638fea362a79c910029625f5599c234acb297bd90')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-syntax-highlighter/-/commit/57ef77b3e8d3062f512101426d5beb43461663d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-syntax-highlighter/-/commit/57ef77b3e8d3062f512101426d5beb43461663d2
You're receiving this email because of your account on gitlab.archlinux.org.