Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-fourmolu
Commits: 533f9b72 by Felix Yan at 2025-07-22T05:12:30+08:00 upgpkg: 0.11.0.0-1: rebuild with fourmolu 0.11.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = haskell-fourmolu pkgdesc = A formatter for Haskell source code - pkgver = 0.10.1.0 - pkgrel = 21 + pkgver = 0.11.0.0 + pkgrel = 1 url = https://github.com/parsonsmatt/fourmolu arch = x86_64 - license = BSD + license = BSD-3-Clause makedepends = ghc makedepends = uusi makedepends = haskell-quickcheck @@ -21,15 +21,13 @@ pkgbase = haskell-fourmolu depends = haskell-dlist depends = haskell-file-embed depends = haskell-ghc-lib-parser - depends = haskell-gitrev depends = haskell-megaparsec depends = haskell-memotrie depends = haskell-optparse-applicative depends = haskell-syb depends = haskell-th-env - depends = haskell-th-lift-instances depends = haskell-yaml - source = https://hackage.haskell.org/packages/archive/fourmolu/0.10.1.0/fourmolu-0.10.1.0.tar.gz - sha256sums = e442b4aa21c320994c57f0c87bb7e6bf005207a167cb7e812c5142e4b8687f3e + source = https://hackage.haskell.org/packages/archive/fourmolu/0.11.0.0/fourmolu-0.11.0.0.tar.gz + sha256sums = b9c581f07d2183eb0b673f3e1212cb144a6126e2fe62be34991f2b2df22047c3 pkgname = haskell-fourmolu ===================================== PKGBUILD ===================================== @@ -2,23 +2,23 @@ _hkgname=fourmolu pkgname=haskell-fourmolu -pkgver=0.10.1.0 -pkgrel=21 +pkgver=0.11.0.0 +pkgrel=1 pkgdesc="A formatter for Haskell source code" url="https://github.com/parsonsmatt/fourmolu" -license=("BSD") +license=('BSD-3-Clause') arch=('x86_64') depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-dlist' - 'haskell-file-embed' 'haskell-ghc-lib-parser' 'haskell-gitrev' 'haskell-megaparsec' 'haskell-memotrie' - 'haskell-optparse-applicative' 'haskell-syb' 'haskell-th-env' 'haskell-th-lift-instances' 'haskell-yaml') + 'haskell-file-embed' 'haskell-ghc-lib-parser' 'haskell-megaparsec' 'haskell-memotrie' + 'haskell-optparse-applicative' 'haskell-syb' 'haskell-th-env' 'haskell-yaml') 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=('e442b4aa21c320994c57f0c87bb7e6bf005207a167cb7e812c5142e4b8687f3e') +sha256sums=('b9c581f07d2183eb0b673f3e1212cb144a6126e2fe62be34991f2b2df22047c3') prepare() { cd $_hkgname-$pkgver - uusi -u aeson -u ansi-terminal -u optparse-applicative $_hkgname.cabal + uusi -u ansi-terminal -u optparse-applicative } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fourmolu/-/commit/533f9b72b9a3d2a2e261599a65fd84e5b11d75bc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fourmolu/-/commit/533f9b72b9a3d2a2e261599a65fd84e5b11d75bc You're receiving this email because of your account on gitlab.archlinux.org.