File tree Expand file tree Collapse file tree 7 files changed +10
-8
lines changed
src/Language/LSP/Protocol/Utils Expand file tree Collapse file tree 7 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# Revision history for lsp-test
22
3- ## Unreleased
3+ ## 0.16.0.0
44
55- The client configuration is now _ mandatory_ and is an ` Object ` rather than a ` Value ` .
66- ` lsp-test ` now responds to ` workspace/configuration ` requests.
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : lsp-test
3- version : 0.15 .0.1
3+ version : 0.16 .0.0
44synopsis : Functional test framework for LSP servers.
55description :
66 A test framework for writing tests against
@@ -60,7 +60,7 @@ library
6060 , Glob >= 0.9 && < 0.11
6161 , lens
6262 , lens-aeson
63- , lsp ^>= 2.1
63+ , lsp ^>= 2.2
6464 , lsp-types ^>= 2.0
6565 , mtl < 2.4
6666 , parser-combinators >= 1.2
@@ -103,7 +103,7 @@ test-suite tests
103103 , filepath
104104 , hspec
105105 , lens
106- , lsp ^>= 2.1
106+ , lsp ^>= 2.2
107107 , lsp-test
108108 , mtl < 2.4
109109 , parser-combinators
Original file line number Diff line number Diff line change 11# Revision history for lsp-types
22
3- ## Unreleased
3+ ## 2.0.2.0
44
55- Add ` Language.LSP.Protocol.Utils.Misc.prettyJSON :: Value -> Doc ann ` for prettyprinting JSON,
66 and ` ViaJSON ` as a deriving-via newtype wrapper for it.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : lsp-types
3- version : 2.0.1.1
3+ version : 2.0.2.0
44synopsis :
55 Haskell library for the Microsoft Language Server Protocol, data types
66
@@ -79,6 +79,7 @@ library
7979 , exceptions
8080 , hashable >= 1.3.4.0
8181 , indexed-traversable
82+ , indexed-traversable-instances
8283 , lens >= 4.15.2
8384 , lens-aeson
8485 , mod
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import Data.Aeson
1616import Data.Aeson.Text as Aeson
1717import qualified Data.Foldable as F
1818import qualified Data.Foldable.WithIndex as F
19+ import qualified Data.Functor.WithIndex.Instances ()
1920import Data.List hiding (group )
2021import Data.Maybe (mapMaybe )
2122import Language.Haskell.TH
Original file line number Diff line number Diff line change 11# Revision history for lsp
22
3- ## Unreleased
3+ ## 2.2.0.0
44
55- Many changes relating to client configuration
66 - ` lsp ` now sends ` workspace/configuration ` requests in response to ` intialized ` and
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : lsp
3- version : 2.1 .0.0
3+ version : 2.2 .0.0
44synopsis : Haskell library for the Microsoft Language Server Protocol
55description :
66 An implementation of the types, and basic message server to
You can’t perform that action at this time.
0 commit comments