Date: Thursday, July 7, 2022 @ 23:55:36 Author: felixonmars Revision: 1248476
upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-196: rebuild with fourmolu 0.4.0.0, hls-fourmolu-plugin 1.0.1.1 Modified: haskell-hls-fourmolu-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 23:52:23 UTC (rev 1248475) +++ PKGBUILD 2022-07-07 23:55:36 UTC (rev 1248476) @@ -3,7 +3,7 @@ _hkgname=hls-fourmolu-plugin pkgname=haskell-hls-fourmolu-plugin pkgver=1.0.0.2 -pkgrel=195 +pkgrel=196 pkgdesc="Integration with the Fourmolu code formatter" url="https://hackage.haskell.org/package/hls-fourmolu-plugin" license=("Apache") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal + uusi -u fourmolu -r ghc:ghc,ghc-api-compat $_hkgname.cabal } build() {
