Date: Tuesday, April 4, 2023 @ 14:25:34
  Author: felixonmars
Revision: 1434581

upgpkg: haskell-hls-tactics-plugin 1.8.0.0-1: rebuild with ghcide 1.9.0.0, 
haskell-language-server 1.9.0.0, hls-alternate-number-format-plugin 1.3.0.0, 
hls-brittany-plugin 1.1.0.0, hls-call-hierarchy-plugin 1.2.0.0, 
hls-change-type-signature-plugin 1.1.0.0, hls-class-plugin 1.1.1.0, 
hls-code-range-plugin 1.1.0.0, hls-eval-plugin 1.4.0.0, 
hls-explicit-fixity-plugin 1.1.0.0, hls-explicit-imports-plugin 1.2.0.0, 
hls-floskell-plugin 1.0.2.0, hls-fourmolu-plugin 1.1.1.0, hls-gadt-plugin 
1.0.1.0, hls-graph 1.9.0.0, hls-haddock-comments-plugin 1.1.1.0, 
hls-hlint-plugin 1.1.1.0, hls-module-name-plugin 1.1.1.0, hls-ormolu-plugin 
1.0.3.0, hls-plugin-api 1.6.0.0, hls-pragmas-plugin 1.0.4.0, 
hls-qualify-imported-names-plugin 1.0.2.0, hls-refactor-plugin 1.1.0.0, 
hls-refine-imports-plugin 1.0.4.0, hls-rename-plugin 1.0.2.0, hls-retrie-plugin 
1.0.3.0, hls-splice-plugin 1.0.3.0, hls-stylish-haskell-plugin 1.0.1.2, 
hls-tactics-plugin 1.8.0.0, hls-test-utils 1.5.0.0

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

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 14:18:49 UTC (rev 1434580)
+++ PKGBUILD    2023-04-04 14:25:34 UTC (rev 1434581)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-tactics-plugin
 pkgname=haskell-hls-tactics-plugin
-pkgver=1.7.0.0
-pkgrel=40
+pkgver=1.8.0.0
+pkgrel=1
 pkgdesc="Wingman plugin for Haskell Language Server"
 url="https://haskellwingman.dev";
 license=("Apache")
@@ -18,7 +18,7 @@
              'haskell-hspec-discover' 'haskell-hspec-expectations' 
'haskell-lsp-types'
              'haskell-tasty-hunit' 'haskell-tasty-hspec')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('64bef8fd9d3d53ddff478891293df0998181e4471d67a6e6bf4e7b70a40e9fb83302f9c0b1b28b8fe1dd28dcaafcd8ab8627b7bc98f0a4b8484b43d09667dcd6')
+sha512sums=('f94e3263891b9820adb5d8e8c5d92a1da9e8a0f78bec9d37fd8fd843b62bc55ffc07bbf7cc84f6f9b28a842dcb78d1924518b1fb1d805b314f7b2f63b632a0c0')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -28,8 +28,9 @@
 build() {
   cd $_hkgname-$pkgver
 
+  # disable tests because the source tarball has missing files
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--disable-tests \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'

Reply via email to