Skip to content

Commit 493f2cd

Browse files
committed
Bump lsp-types major version
Since type representations changed.
1 parent 10304e8 commit 493f2cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
, parser-combinators:Control.Applicative.Combinators
3737
default-language: Haskell2010
3838
build-depends: base >= 4.10 && < 5
39-
, lsp-types == 1.3.*
39+
, lsp-types == 1.4.*
4040
, aeson
4141
, time
4242
, aeson-pretty

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: lsp-types
3-
version: 1.3.0.1
3+
version: 1.4.0.0
44
synopsis: Haskell library for the Microsoft Language Server Protocol, data types
55

66
description: An implementation of the types to allow language implementors to

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, exceptions
4242
, hslogger
4343
, hashable
44-
, lsp-types == 1.3.*
44+
, lsp-types == 1.4.*
4545
, dependent-map
4646
, lens >= 4.15.2
4747
, mtl

0 commit comments

Comments
 (0)