File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : lsp-types
2- version : 1.0.0.0
2+ version : 1.0.0.1
33synopsis : Haskell library for the Microsoft Language Server Protocol, data types
44
55description : An implementation of the types to allow language implementors to
@@ -67,7 +67,7 @@ library
6767 , Language.LSP.Types.WorkspaceSymbol
6868 -- other-extensions:
6969 ghc-options : -Wall
70- build-depends : base >= 4.9 && < 4.15
70+ build-depends : base >= 4.11 && < 4.15
7171 , aeson >= 1.2.2.0
7272 , binary
7373 , bytestring
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : lsp
3- version : 1.0.0.0
3+ version : 1.0.0.1
44synopsis : Haskell library for the Microsoft Language Server Protocol
55
66description : An implementation of the types, and basic message server to
@@ -31,7 +31,7 @@ library
3131 , Language.LSP.Server.Control
3232 , Language.LSP.Server.Processing
3333 ghc-options : -Wall
34- build-depends : base >= 4.9 && < 4.15
34+ build-depends : base >= 4.11 && < 4.15
3535 , async
3636 , aeson >= 1.0.0.0
3737 , attoparsec
@@ -68,7 +68,7 @@ executable lsp-demo-reactor-server
6868 default-language : Haskell2010
6969 ghc-options : -Wall -Wno-unticked-promoted-constructors
7070
71- build-depends : base >= 4.9 && < 4.15
71+ build-depends : base >= 4.11 && < 4.15
7272 , aeson
7373 , bytestring
7474 , containers
@@ -92,7 +92,7 @@ executable lsp-demo-simple-server
9292 hs-source-dirs : example
9393 default-language : Haskell2010
9494 ghc-options : -Wall -Wno-unticked-promoted-constructors
95- build-depends : base >= 4.9 && < 5
95+ build-depends : base >= 4.11 && < 5
9696 -- the package library. Comment this out if you want repl changes to propagate
9797 , lsp
9898 , text
You can’t perform that action at this time.
0 commit comments