Date: Saturday, March 13, 2021 @ 16:13:30
  Author: felixonmars
Revision: 890333

move old lsp-types to lsp0 namespace

Added:
  haskell-lsp0-types/
Modified:
  haskell-lsp0-types/trunk/PKGBUILD
Deleted:
  haskell-lsp-types/

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

Modified: haskell-lsp0-types/trunk/PKGBUILD
===================================================================
--- haskell-lsp-types/trunk/PKGBUILD    2021-03-13 16:08:50 UTC (rev 890332)
+++ haskell-lsp0-types/trunk/PKGBUILD   2021-03-13 16:13:30 UTC (rev 890333)
@@ -1,10 +1,10 @@
 # Maintainer: Felix Yan <[email protected]>
 
 _hkgname=haskell-lsp-types
-pkgname=haskell-lsp-types
+pkgname=haskell-lsp0-types
 pkgver=0.24.0.0
-pkgrel=35
-pkgdesc="Haskell library for the Microsoft Language Server Protocol, data 
types"
+pkgrel=1
+pkgdesc="Haskell library for the Microsoft Language Server Protocol, data 
types (Legacy 0.x version)"
 url="https://github.com/alanz/haskell-lsp";
 license=("MIT")
 arch=('x86_64')

Reply via email to