[arch-commits] Commit in haskell-hls-fourmolu-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 9 04:29:11 UTC 2021


    Date: Friday, July 9, 2021 @ 04:29:10
  Author: felixonmars
Revision: 975889

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.1-4: rebuild with ghc 9.0.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-09 04:23:52 UTC (rev 975888)
+++ PKGBUILD	2021-07-09 04:29:10 UTC (rev 975889)
@@ -3,13 +3,13 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin"
 license=("Apache")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api'
-         'haskell-lens' 'haskell-lsp')
+         'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
 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