Date: Thursday, September 29, 2022 @ 20:23:01 Author: felixonmars Revision: 1317061
upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.3-1: rebuild with ghcide 1.5.0, haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1 Modified: haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:23:00 UTC (rev 1317060) +++ PKGBUILD 2022-09-29 20:23:01 UTC (rev 1317061) @@ -2,8 +2,8 @@ _hkgname=hls-stylish-haskell-plugin pkgname=haskell-hls-stylish-haskell-plugin -pkgver=1.0.0.2 -pkgrel=258 +pkgver=1.0.0.3 +pkgrel=1 pkgdesc="Integration with the Stylish Haskell code formatter" url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin" license=("Apache") @@ -13,12 +13,12 @@ makedepends=('ghc' 'uusi' 'haskell-hls-test-utils') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('d850d4be6cc746b6279512bb359efda197aeebd467a59a21670f3b95977c6ba086852dedde3c48171f0cff8405c8e340dea44fe3e187e4731a06eb112502ad9c') +sha512sums=('5fee1e96343487c59aa48456f2f63ed1621743b918b624508dbd5a39ab9e1545cdaa4e5224c97546e59035bfc4b9516b3d8b384e19d3a3051745a6df78477d5c') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat -u stylish-haskell $_hkgname.cabal + uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal } build() {
