diff --git a/servant-js.cabal b/servant-js.cabal
--- a/servant-js.cabal
+++ b/servant-js.cabal
@@ -1,5 +1,5 @@
 name:                servant-js
-version:             0.9.4
+version:             0.9.4.1
 
 synopsis:            Automatically derive javascript functions to query servant webservices.
 category:            Web, Servant
@@ -27,7 +27,8 @@
   GHC ==8.0.2
    || ==8.2.2
    || ==8.4.4
-   || ==8.6.1
+   || ==8.6.5
+   || ==8.8.1
 
 extra-source-files:
   include/*.h
@@ -49,12 +50,12 @@
                        Servant.JS.Internal
                        Servant.JS.JQuery
                        Servant.JS.Vanilla
-  build-depends:       base            >= 4.9     && <4.13
-                     , base-compat     >= 0.10.5  && <0.11
+  build-depends:       base            >= 4.9     && <4.14
+                     , base-compat     >= 0.10.5  && <0.12
                      , charset         >= 0.3.7.1 && <0.4
-                     , lens            >= 4.17    && <4.18
+                     , lens            >= 4.17    && <4.19
                      , servant-foreign >= 0.15    && <0.16
-                     , servant         >= 0.15    && <0.16
+                     , servant         >= 0.15    && <0.18
                      , text            >= 1.2.3.0 && < 1.3
 
   hs-source-dirs:      src
@@ -92,10 +93,10 @@
   other-modules:
       Servant.JSSpec
       Servant.JSSpec.CustomHeaders
-  build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.7
+  build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8
   build-depends:     base
                    , base-compat
-                   , hspec >= 2.6.0 && <2.7
+                   , hspec >= 2.6.0 && <2.8
                    , hspec-expectations
                    , language-ecmascript >= 0.16
                    , lens
diff --git a/test/Servant/JSSpec.hs b/test/Servant/JSSpec.hs
--- a/test/Servant/JSSpec.hs
+++ b/test/Servant/JSSpec.hs
@@ -28,7 +28,7 @@
                                                choose, listOf,
                                                property)
 
-import           Servant.API.Internal.Test.ComprehensiveAPI
+import           Servant.Test.ComprehensiveAPI
 import           Servant.API.ContentTypes
 import           Servant.API.QueryParam
 import           Servant.JS
