Date: Thursday, September 29, 2022 @ 20:23:28 Author: felixonmars Revision: 1317066
upgpkg: haskell-hls-ormolu-plugin 1.0.1.1-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-ormolu-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:23:28 UTC (rev 1317065) +++ PKGBUILD 2022-09-29 20:23:28 UTC (rev 1317066) @@ -2,8 +2,8 @@ _hkgname=hls-ormolu-plugin pkgname=haskell-hls-ormolu-plugin -pkgver=1.0.1.0 -pkgrel=266 +pkgver=1.0.1.1 +pkgrel=1 pkgdesc="Integration with the Ormolu code formatter" url="https://hackage.haskell.org/package/hls-ormolu-plugin" license=("Apache") @@ -13,12 +13,12 @@ makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661') +sha512sums=('3319da884e88d14eb1cc0510742244912aa4ff5d01ef9364dcacc63667c28f822436a2cd3d826ae3ee00db8de6c37a00fb3331f1bf454bdf9a5e8b5129f4534d') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat -u ormolu $_hkgname.cabal + uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal } build() {
