Skip to content

Commit

Permalink
Prepare for 1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 committed Nov 3, 2020
1 parent d623eaf commit 1b35565
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lsp-types/lsp-types.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lsp-types
version: 1.0.0.0
version: 1.0.0.1
synopsis: Haskell library for the Microsoft Language Server Protocol, data types

description: An implementation of the types to allow language implementors to
Expand Down Expand Up @@ -67,7 +67,7 @@ library
, Language.LSP.Types.WorkspaceSymbol
-- other-extensions:
ghc-options: -Wall
build-depends: base >= 4.9 && < 4.15
build-depends: base >= 4.11 && < 4.15
, aeson >=1.2.2.0
, binary
, bytestring
Expand Down
8 changes: 4 additions & 4 deletions lsp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: lsp
version: 1.0.0.0
version: 1.0.0.1
synopsis: Haskell library for the Microsoft Language Server Protocol

description: An implementation of the types, and basic message server to
Expand Down Expand Up @@ -31,7 +31,7 @@ library
, Language.LSP.Server.Control
, Language.LSP.Server.Processing
ghc-options: -Wall
build-depends: base >= 4.9 && < 4.15
build-depends: base >= 4.11 && < 4.15
, async
, aeson >=1.0.0.0
, attoparsec
Expand Down Expand Up @@ -68,7 +68,7 @@ executable lsp-demo-reactor-server
default-language: Haskell2010
ghc-options: -Wall -Wno-unticked-promoted-constructors

build-depends: base >= 4.9 && < 4.15
build-depends: base >= 4.11 && < 4.15
, aeson
, bytestring
, containers
Expand All @@ -92,7 +92,7 @@ executable lsp-demo-simple-server
hs-source-dirs: example
default-language: Haskell2010
ghc-options: -Wall -Wno-unticked-promoted-constructors
build-depends: base >= 4.9 && < 5
build-depends: base >= 4.11 && < 5
-- the package library. Comment this out if you want repl changes to propagate
, lsp
, text
Expand Down

0 comments on commit 1b35565

Please sign in to comment.