diff --git a/lsp-test.cabal b/lsp-test.cabal
--- a/lsp-test.cabal
+++ b/lsp-test.cabal
@@ -1,8 +1,8 @@
 name:                lsp-test
-version:             0.5.1.0
+version:             0.5.1.1
 synopsis:            Functional test framework for LSP servers.
 description:
-  A test framework for writing tests against 
+  A test framework for writing tests against
   <https://microsoft.github.io/language-server-protocol/ Language Server Protocol servers>.
   @Language.Haskell.LSP.Test@ launches your server as a subprocess and allows you to simulate a session
   down to the wire, and @Language.Haskell.LSP.Test@ can replay captured sessions from
@@ -35,8 +35,8 @@
                      , haskell-lsp:Language.Haskell.LSP.Types.Capabilities
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
-  build-depends:       base >= 4.7 && < 5
-                     , haskell-lsp >= 0.8 && < 0.9
+  build-depends:       base >= 4.10 && < 5
+                     , haskell-lsp >= 0.8 && < 0.10
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -75,14 +75,13 @@
   main-is:             Test.hs
   hs-source-dirs:      test
   ghc-options:         -W
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.8 && < 0.9
+                     , haskell-lsp >= 0.8 && < 0.10
                      , lsp-test
                      , data-default
                      , aeson
                      , unordered-containers
                      , text
   default-language:    Haskell2010
-
