diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for haskell-lsp
 
+## 0.8.0.1 -- 2018-10-27
+
+* Support GHC 8.6.1 by loosening constraints. Via @domenkozar
+
 ## 0.8.0.0 -- 2018-09-08
 
 * Update Hover to be a nullable according to spec
diff --git a/haskell-lsp.cabal b/haskell-lsp.cabal
--- a/haskell-lsp.cabal
+++ b/haskell-lsp.cabal
@@ -1,5 +1,5 @@
 name:                haskell-lsp
-version:             0.8.0.0
+version:             0.8.0.1
 synopsis:            Haskell library for the Microsoft Language Server Protocol
 
 description:         An implementation of the types, and basic message server to
@@ -35,7 +35,7 @@
   -- other-modules:
  -- other-extensions:
   ghc-options:         -Wall
-  build-depends:       base >=4.9 && <4.12
+  build-depends:       base >=4.9 && <4.13
                      , aeson >=1.0.0.0
                      , bytestring
                      , containers
@@ -65,7 +65,7 @@
   default-language:    Haskell2010
   ghc-options:         -Wall
 
-  build-depends:       base >=4.9 && <4.12
+  build-depends:       base >=4.9 && <4.13
                      , aeson
                      , bytestring
                      , containers
