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.6.1
+version:             0.7
 synopsis:            Automatically derive javascript functions to query servant webservices.
 description:
   Automatically derive javascript functions to query servant webservices.
@@ -45,7 +45,7 @@
                      , base-compat     >= 0.9
                      , charset         >= 0.3
                      , lens            >= 4
-                     , servant-foreign == 0.6.*
+                     , servant-foreign == 0.7.*
                      , text            >= 1.2  && < 1.3
 
   hs-source-dirs:      src
@@ -67,8 +67,8 @@
                   , aeson            >= 0.7  && < 0.12
                   , filepath         >= 1
                   , lens             >= 4
-                  , servant          == 0.6.*
-                  , servant-server   == 0.6.*
+                  , servant          == 0.7.*
+                  , servant-server   == 0.7.*
                   , servant-js
                   , stm
                   , transformers
diff --git a/src/Servant/JS.hs b/src/Servant/JS.hs
--- a/src/Servant/JS.hs
+++ b/src/Servant/JS.hs
@@ -123,7 +123,7 @@
 import           Servant.JS.Internal
 import           Servant.JS.JQuery
 import           Servant.JS.Vanilla
-import           Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
+import           Servant.Foreign (listFromAPI)
 
 -- | Generate the data necessary to generate javascript code
 --   for all the endpoints of an API, as ':<|>'-separated values
diff --git a/src/Servant/JS/Internal.hs b/src/Servant/JS/Internal.hs
--- a/src/Servant/JS/Internal.hs
+++ b/src/Servant/JS/Internal.hs
@@ -23,7 +23,6 @@
   , HasForeignType(..)
   , GenerateList(..)
   , NoTypes
-  , HeaderArg
   , ArgType(..)
   , HeaderArg(..)
   , QueryArg(..)
