Date: Friday, April 8, 2022 @ 21:42:15 Author: felixonmars Revision: 1183059
upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.2-141: rebuild with stylish-haskell 0.13.0.0 Modified: haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-08 20:57:40 UTC (rev 1183058) +++ PKGBUILD 2022-04-08 21:42:15 UTC (rev 1183059) @@ -3,7 +3,7 @@ _hkgname=hls-stylish-haskell-plugin pkgname=haskell-hls-stylish-haskell-plugin pkgver=1.0.0.2 -pkgrel=140 +pkgrel=141 pkgdesc="Integration with the Stylish Haskell code formatter" url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin" license=("Apache") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal + uusi -r ghc:ghc,ghc-api-compat -u stylish-haskell $_hkgname.cabal } build() {
