Skip to content

Commit 1b35565

Browse files
committed
Prepare for 1.0.0.1
1 parent d623eaf commit 1b35565

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lsp-types/lsp-types.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lsp-types
2-
version: 1.0.0.0
2+
version: 1.0.0.1
33
synopsis: Haskell library for the Microsoft Language Server Protocol, data types
44

55
description: 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

lsp.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: lsp
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: Haskell library for the Microsoft Language Server Protocol
55

66
description: 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

0 commit comments

Comments
 (0)