Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-fourmolu
Commits:
5551f26e by Felix Yan at 2026-01-29T21:34:06+08:00
upgpkg: 0.13.0.0-1: rebuild with fourmolu 0.13.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-fourmolu
pkgdesc = A formatter for Haskell source code
- pkgver = 0.12.0.0
- pkgrel = 8
+ pkgver = 0.13.0.0
+ pkgrel = 1
url = https://github.com/parsonsmatt/fourmolu
arch = x86_64
license = BSD-3-Clause
@@ -27,7 +27,7 @@ pkgbase = haskell-fourmolu
depends = haskell-syb
depends = haskell-th-env
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/fourmolu/0.12.0.0/fourmolu-0.12.0.0.tar.gz
- sha256sums =
57ca9a1554bf6cd58920f337e351a3614c998ab674c2fbbb4619273f20e10919
+ source =
https://hackage.haskell.org/packages/archive/fourmolu/0.13.0.0/fourmolu-0.13.0.0.tar.gz
+ sha256sums =
5102c41c159f41901cde28728d8f4e9feb443f3c4c8798a5c21ba78872fda257
pkgname = haskell-fourmolu
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=fourmolu
pkgname=haskell-fourmolu
-pkgver=0.12.0.0
-pkgrel=8
+pkgver=0.13.0.0
+pkgrel=1
pkgdesc="A formatter for Haskell source code"
url="https://github.com/parsonsmatt/fourmolu"
license=('BSD-3-Clause')
@@ -14,11 +14,11 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-aeson'
'haskell-ansi-terminal' 'hask
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec'
'haskell-hspec-discover'
'haskell-hspec-megaparsec' 'haskell-path' 'haskell-path-io'
'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('57ca9a1554bf6cd58920f337e351a3614c998ab674c2fbbb4619273f20e10919')
+sha256sums=('5102c41c159f41901cde28728d8f4e9feb443f3c4c8798a5c21ba78872fda257')
prepare() {
cd $_hkgname-$pkgver
- uusi -u Diff -u ansi-terminal -u optparse-applicative
+ uusi -u Diff -u ansi-terminal
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fourmolu/-/commit/5551f26efa538a1d62f606c27c275341bc0a4c71
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fourmolu/-/commit/5551f26efa538a1d62f606c27c275341bc0a4c71
You're receiving this email because of your account on gitlab.archlinux.org.