Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
stylish-haskell
Commits:
dd5b0cbf by Felix Yan at 2025-07-31T02:43:52+08:00
upgpkg: 0.14.4.0-38: rebuild with optparse-applicative 0.18.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = stylish-haskell
pkgdesc = Haskell code prettifier
pkgver = 0.14.4.0
- pkgrel = 37
+ pkgrel = 38
url = https://github.com/haskell/stylish-haskell
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=stylish-haskell
pkgver=0.14.4.0
-pkgrel=37
+pkgrel=38
pkgdesc="Haskell code prettifier"
url="https://github.com/haskell/stylish-haskell"
license=("BSD")
@@ -18,7 +18,7 @@
sha512sums=('942d8e801f85ce28e4d4bfe467ab0577d0d7b4f3bedd411c29afb692ed0c170db20
prepare() {
cd $pkgname-$pkgver
- uusi -u strict
+ uusi -u optparse-applicative -u strict
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylish-haskell/-/commit/dd5b0cbf67a466334a1f0c8f107d86b688f48685
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylish-haskell/-/commit/dd5b0cbf67a466334a1f0c8f107d86b688f48685
You're receiving this email because of your account on gitlab.archlinux.org.