Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
stylish-haskell
Commits:
bfd73639 by Felix Yan at 2026-01-04T21:32:52+08:00
upgpkg: 0.14.5.0-5: rebuild for aeson 2.2.0.0, attoparsec-aeson 2.2.0.0, aws
0.24.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = stylish-haskell
pkgdesc = Haskell code prettifier
pkgver = 0.14.5.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/haskell/stylish-haskell
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-hunit
makedepends = haskell-random
makedepends = haskell-test-framework
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=stylish-haskell
pkgver=0.14.5.0
-pkgrel=4
+pkgrel=5
pkgdesc="Haskell code prettifier"
url="https://github.com/haskell/stylish-haskell"
license=("BSD")
@@ -11,11 +11,16 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc'
'haskell-ghc-lib-parser-ex'
'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-strict'
'haskell-syb'
'haskell-hsyaml' 'haskell-hsyaml-aeson')
-makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-random'
'haskell-test-framework'
'haskell-test-framework-hunit')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('cca1c8bddfae17299b877be5fbf8237536f762003d5504fa798a818870cb3066f7defad34fc1a160fd4504b63979a15d51f023a9dea87e1cb7d5d86f714e3872')
+prepare() {
+ cd $pkgname-$pkgver
+ uusi -u aeson
+}
+
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylish-haskell/-/commit/bfd73639d538c23bce6329454a1c0b0888ac8294
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylish-haskell/-/commit/bfd73639d538c23bce6329454a1c0b0888ac8294
You're receiving this email because of your account on gitlab.archlinux.org.