[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 9 04:17:04 UTC 2021
Date: Friday, July 9, 2021 @ 04:17:03
Author: felixonmars
Revision: 975885
upgpkg: haskell-hls-ormolu-plugin 1.0.0.0-4: rebuild with ghc 9.0.1
Modified:
haskell-hls-ormolu-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-09 04:16:47 UTC (rev 975884)
+++ PKGBUILD 2021-07-09 04:17:03 UTC (rev 975885)
@@ -3,13 +3,13 @@
_hkgname=hls-ormolu-plugin
pkgname=haskell-hls-ormolu-plugin
pkgver=1.0.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Integration with the Ormolu code formatter"
url="https://hackage.haskell.org/package/hls-ormolu-plugin"
license=("Apache")
arch=('x86_64')
depends=('ghc-libs' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lens'
- 'haskell-lsp' 'haskell-ormolu')
+ 'haskell-lsp' 'haskell-ormolu' 'haskell-ghc-api-compat')
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")
@@ -18,6 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
gen-setup
+ uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list