[arch-commits] Commit in haskell-ghcide/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 5 19:36:14 UTC 2021


    Date: Tuesday, October 5, 2021 @ 19:36:14
  Author: felixonmars
Revision: 1027772

upgpkg: haskell-ghcide 1.4.1.0-1: rebuild with ghcide 1.4.1.0, hiedb 0.4.1.0, hie-bios 0.7.6, hls-call-hierarchy-plugin 1.0.0.0, hls-class-plugin 1.0.1.0, hls-eval-plugin 1.1.2.0, hls-explicit-imports-plugin 1.0.1.0, hls-floskell-plugin 1.0.0.1, hls-fourmolu-plugin 1.0.0.2, hls-haddock-comments-plugin 1.0.0.3, hls-hlint-plugin 1.0.1.1, hls-module-name-plugin 1.0.0.1, hls-ormolu-plugin 1.0.1.0, hls-pragmas-plugin 1.0.1.0, hls-refine-imports-plugin 1.0.0.1, hls-retrie-plugin 1.0.1.1, hls-splice-plugin 1.0.0.4, hls-stylish-haskell-plugin 1.0.0.2, hls-test-utils 1.1.0.0, hls-plugin-api 1.2.0.0, lsp 1.2.0.1, lsp-test 0.14.0.1, lsp-types 1.3.0.1

Modified:
  haskell-ghcide/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 19:11:49 UTC (rev 1027771)
+++ PKGBUILD	2021-10-05 19:36:14 UTC (rev 1027772)
@@ -2,8 +2,8 @@
 
 _hkgname=ghcide
 pkgname=haskell-ghcide
-pkgver=1.4.0.3
-pkgrel=51
+pkgver=1.4.1.0
+pkgrel=1
 pkgdesc="The core of an IDE"
 url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme"
 license=("Apache")
@@ -30,7 +30,7 @@
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun')
 checkdepends=('cabal-install')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('9e8be452538a978f67bf0c799b8fcb7036c9fe3f351ee1484fe9f8ab661e88e158a459ff981b4811d70796436195b4f47e7cb22933984cd8c9848740c08f4949')
+sha512sums=('cea048a756cef35df6d90137b3cd70567cfbad485d4858a86e502770813c1e85e18f9971c46a9c8f25cca46445677343cbf57d6e43009848434bca1721b5f036')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -37,6 +37,8 @@
   gen-setup
   find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
 
+  uusi -u extra -u ghc-api-compat -u hiedb $_hkgname.cabal
+
   # extra 1.7.10
   sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, modifyVar')/" src/Control/Concurrent/Strict.hs
 



More information about the arch-commits mailing list