Date: Friday, December 30, 2022 @ 21:15:33
  Author: felixonmars
Revision: 1372513

upgpkg: haskell-lsp-types 1.4.0.1-1: rebuild with ghcide 1.6.0.0, 
haskell-language-server 1.6.0.0, hls-alternate-number-format-plugin 1.0.1.0, 
hls-brittany-plugin 1.0.2.0, hls-call-hierarchy-plugin 1.0.2.0, 
hls-class-plugin 1.0.2.0, hls-eval-plugin 1.2.1.0, hls-explicit-imports-plugin 
1.0.2.0, hls-floskell-plugin 1.0.1.0, hls-fourmolu-plugin 1.0.2.0, hls-graph 
1.6.0.0, hls-haddock-comments-plugin 1.0.1.0, hls-hlint-plugin 1.0.3.0, 
hls-module-name-plugin 1.0.1.0, hls-ormolu-plugin 1.0.2.0, hls-pragmas-plugin 
1.0.2.0, hls-plugin-api 1.3.0.0, hls-qualify-imported-names-plugin 1.0.1.0, 
hls-refine-imports-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.0, 
hls-selection-range-plugin 1.0.0.0, hls-splice-plugin 1.0.1.0, 
hls-stylish-haskell-plugin 1.0.1.0, hls-tactics-plugin 1.6.0.0, hls-test-utils 
1.2.0.0, lsp 1.4.0.0, lsp-types 1.4.0.1

Modified:
  haskell-lsp-types/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-30 21:11:59 UTC (rev 1372512)
+++ PKGBUILD    2022-12-30 21:15:33 UTC (rev 1372513)
@@ -2,25 +2,22 @@
 
 _hkgname=lsp-types
 pkgname=haskell-lsp-types
-pkgver=1.3.0.1
-pkgrel=142
+pkgver=1.4.0.1
+pkgrel=1
 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data 
types"
 url="https://github.com/haskell/lsp";
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 
'haskell-dependent-sum'
-         'haskell-dependent-sum-template' 'haskell-diff' 'haskell-dlist' 
'haskell-hashable'
-         'haskell-hslogger' 'haskell-lens' 'haskell-network-uri' 
'haskell-rope-utf16-splay'
-         'haskell-scientific' 'haskell-some' 'haskell-temporary' 
'haskell-unordered-containers')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-diff' 
'haskell-dlist'
+         'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 'haskell-mod' 
'haskell-network-uri'
+         'haskell-rope-utf16-splay' 'haskell-scientific' 'haskell-some' 
'haskell-temporary'
+         'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";
-        lsp-types-aeson-2.patch)
-sha512sums=('074a2a383efefd3754ed1c835af913e1ab5fee9f634cb343f392bc8148f1a62030777dbb1104cd0e60cec1405d2cc5067c8fb00f2e902a3ffa52601ff7b02c2b'
-            
'491c235382551e6c5e7969c307e275f95ca3d427eeda3143217914dba43ec498c29f83246ed42787c0700b891f4aec5759e46867986224d6304f3bd0e7460763')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('5049f9755f9eb6afaabde1f675b76416e3f8ed1cc7d9bb8ad8ed243918dde13861d21196e21ffd855dbf6971c0e5ddab0465cc0a437127e6980ede2f9aeb29fc')
 
 prepare() {
   cd $_hkgname-$pkgver
-  patch -p2 -i ../lsp-types-aeson-2.patch
   gen-setup
 }
 
@@ -40,6 +37,11 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
 package() {
   cd $_hkgname-$pkgver
 

Reply via email to