Date: Thursday, March 2, 2023 @ 13:51:36
  Author: felixonmars
Revision: 1406877

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lsp1.4/repos/community-staging-x86_64/PKGBUILD
    (from rev 1406876, haskell-lsp1.4/trunk/PKGBUILD)
  haskell-lsp1.4/repos/community-staging-x86_64/lsp-aeson-2.patch
    (from rev 1406876, haskell-lsp1.4/trunk/lsp-aeson-2.patch)
Deleted:
  haskell-lsp1.4/repos/community-staging-x86_64/PKGBUILD
  haskell-lsp1.4/repos/community-staging-x86_64/lsp-aeson-2.patch

-------------------+
 PKGBUILD          |  116 ++++++++++++++++++++++++++--------------------------
 lsp-aeson-2.patch |   76 +++++++++++++++++-----------------
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 13:51:19 UTC (rev 1406876)
+++ PKGBUILD    2023-03-02 13:51:36 UTC (rev 1406877)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-_hkgname=lsp
-pkgname=haskell-lsp1.4
-pkgver=1.4.0.0
-pkgrel=4
-pkgdesc="Haskell library for the Microsoft Language Server Protocol"
-url="https://github.com/haskell/lsp";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
-         'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp-types1.4'
-         'haskell-network-uri' 'haskell-random' 'haskell-scientific' 
'haskell-sorted-list'
-         'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid' 
'haskell-unliftio')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
-             'haskell-quickcheck-instances' 'haskell-rope-utf16-splay')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";
-        lsp-aeson-2.patch)
-sha512sums=('f190ef30a676f56dc759ebce8b162e8f6bcbee95d19f4ffa501bc476c42f136a6ae2ed763a74c068280c5eaaf53f93d3c2f5d01c3275c1e4e7a085a9404858bd'
-            
'c514fb46a9d20552fa7b63895e28bcec83c804087f3a84800a113aa579be4d18311e2d4fea43a800aa9c5fd403d808eae36bba54cc2c4be6c23ad060dcc7fbd8')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  patch -p2 -i ../lsp-aeson-2.patch
-  gen-setup
-}
-
-build() {
-  cd $_hkgname-$pkgver
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
-    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie' \
-    -fdemo
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  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
-
-  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
-  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-lsp1.4/repos/community-staging-x86_64/PKGBUILD (from rev 
1406876, haskell-lsp1.4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-02 13:51:36 UTC (rev 1406877)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan <[email protected]>
+
+_hkgname=lsp
+pkgname=haskell-lsp1.4
+pkgver=1.4.0.0
+pkgrel=5
+pkgdesc="Haskell library for the Microsoft Language Server Protocol"
+url="https://github.com/haskell/lsp";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
+         'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp-types1.4'
+         'haskell-network-uri' 'haskell-random' 'haskell-scientific' 
'haskell-sorted-list'
+         'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid' 
'haskell-unliftio')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
+             'haskell-quickcheck-instances' 'haskell-rope-utf16-splay')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";
+        lsp-aeson-2.patch)
+sha512sums=('f190ef30a676f56dc759ebce8b162e8f6bcbee95d19f4ffa501bc476c42f136a6ae2ed763a74c068280c5eaaf53f93d3c2f5d01c3275c1e4e7a085a9404858bd'
+            
'c514fb46a9d20552fa7b63895e28bcec83c804087f3a84800a113aa579be4d18311e2d4fea43a800aa9c5fd403d808eae36bba54cc2c4be6c23ad060dcc7fbd8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  patch -p2 -i ../lsp-aeson-2.patch
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie' \
+    -fdemo
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  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
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Deleted: lsp-aeson-2.patch
===================================================================
--- lsp-aeson-2.patch   2023-03-02 13:51:19 UTC (rev 1406876)
+++ lsp-aeson-2.patch   2023-03-02 13:51:36 UTC (rev 1406877)
@@ -1,38 +0,0 @@
-From c974bb0eaa204791c5abb7d051fe5b92ee018d80 Mon Sep 17 00:00:00 2001
-From: Kobayashi <[email protected]>
-Date: Tue, 4 Jan 2022 22:20:20 +0800
-Subject: [PATCH] fix textDocument/selectionRange's method (#388)
-
-* fix selection range
-
-* remove Arbitrary instance for Value when aeson provides it
----
- lsp-types/src/Language/LSP/Types/Method.hs | 2 +-
- lsp/test/JsonSpec.hs                       | 3 +++
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/lsp/test/JsonSpec.hs b/lsp/test/JsonSpec.hs
-index 7d77e940..ab95dbf0 100644
---- a/lsp/test/JsonSpec.hs
-+++ b/lsp/test/JsonSpec.hs
-@@ -1,3 +1,4 @@
-+{-# LANGUAGE CPP                  #-}
- {-# LANGUAGE UndecidableInstances #-}
- {-# LANGUAGE FlexibleContexts     #-}
- {-# LANGUAGE TypeInType           #-}
-@@ -159,6 +160,7 @@ smallList = resize 3 . listOf
- instance (Arbitrary a) => Arbitrary (List a) where
-   arbitrary = List <$> arbitrary
- 
-+#if !MIN_VERSION_aeson(2,0,3)
- instance Arbitrary J.Value where
-   arbitrary = oneof
-     [ J.String <$> arbitrary
-@@ -166,6 +168,7 @@ instance Arbitrary J.Value where
-     , J.Bool <$> arbitrary
-     , pure J.Null
-     ]
-+#endif
- 
- -- ---------------------------------------------------------------------
- 

Copied: haskell-lsp1.4/repos/community-staging-x86_64/lsp-aeson-2.patch (from 
rev 1406876, haskell-lsp1.4/trunk/lsp-aeson-2.patch)
===================================================================
--- lsp-aeson-2.patch                           (rev 0)
+++ lsp-aeson-2.patch   2023-03-02 13:51:36 UTC (rev 1406877)
@@ -0,0 +1,38 @@
+From c974bb0eaa204791c5abb7d051fe5b92ee018d80 Mon Sep 17 00:00:00 2001
+From: Kobayashi <[email protected]>
+Date: Tue, 4 Jan 2022 22:20:20 +0800
+Subject: [PATCH] fix textDocument/selectionRange's method (#388)
+
+* fix selection range
+
+* remove Arbitrary instance for Value when aeson provides it
+---
+ lsp-types/src/Language/LSP/Types/Method.hs | 2 +-
+ lsp/test/JsonSpec.hs                       | 3 +++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/lsp/test/JsonSpec.hs b/lsp/test/JsonSpec.hs
+index 7d77e940..ab95dbf0 100644
+--- a/lsp/test/JsonSpec.hs
++++ b/lsp/test/JsonSpec.hs
+@@ -1,3 +1,4 @@
++{-# LANGUAGE CPP                  #-}
+ {-# LANGUAGE UndecidableInstances #-}
+ {-# LANGUAGE FlexibleContexts     #-}
+ {-# LANGUAGE TypeInType           #-}
+@@ -159,6 +160,7 @@ smallList = resize 3 . listOf
+ instance (Arbitrary a) => Arbitrary (List a) where
+   arbitrary = List <$> arbitrary
+ 
++#if !MIN_VERSION_aeson(2,0,3)
+ instance Arbitrary J.Value where
+   arbitrary = oneof
+     [ J.String <$> arbitrary
+@@ -166,6 +168,7 @@ instance Arbitrary J.Value where
+     , J.Bool <$> arbitrary
+     , pure J.Null
+     ]
++#endif
+ 
+ -- ---------------------------------------------------------------------
+ 

Reply via email to