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

Felix Yan felixonmars at archlinux.org
Thu Jul 8 15:10:07 UTC 2021


    Date: Thursday, July 8, 2021 @ 15:10:06
  Author: felixonmars
Revision: 975779

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

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

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-08 15:08:22 UTC (rev 975778)
+++ PKGBUILD	2021-07-08 15:10:06 UTC (rev 975779)
@@ -3,13 +3,13 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin"
 license=("Apache")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lsp-types'
-         'stylish-haskell')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 'haskell-hls-plugin-api'
+         'haskell-lsp-types' 'stylish-haskell')
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
 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