diff --git a/hls-splice-plugin.cabal b/hls-splice-plugin.cabal
--- a/hls-splice-plugin.cabal
+++ b/hls-splice-plugin.cabal
@@ -1,11 +1,11 @@
 cabal-version:      2.4
 name:               hls-splice-plugin
-version:            1.0.0.3
+version:            1.0.0.4
 synopsis:
   HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
 
 description:
-  HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes.
+  Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
 
 license:            Apache-2.0
 license-file:       LICENSE
@@ -39,7 +39,7 @@
     , ghc
     , ghc-exactprint
     , ghcide                >=1.2  && <1.5
-    , hls-plugin-api        ^>=1.1
+    , hls-plugin-api        >=1.1  && <1.3
     , lens
     , lsp
     , retrie
@@ -64,5 +64,5 @@
     , base
     , filepath
     , hls-splice-plugin
-    , hls-test-utils     ^>=1.0
+    , hls-test-utils     >=1.0 && <1.2
     , text
diff --git a/src/Ide/Plugin/Splice.hs b/src/Ide/Plugin/Splice.hs
--- a/src/Ide/Plugin/Splice.hs
+++ b/src/Ide/Plugin/Splice.hs
@@ -100,7 +100,7 @@
                 pure mresl
             reportEditor
                 MtWarning
-                [ "Expansion in type-chcking phase failed;"
+                [ "Expansion in type-checking phase failed;"
                 , "trying to expand manually, but note that it is less rigorous."
                 ]
             pm <-
