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.7
+version:             0.7.1
 synopsis:            Automatically derive javascript functions to query servant webservices.
 description:
   Automatically derive javascript functions to query servant webservices.
@@ -19,7 +19,7 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.10
-homepage:            http://haskell-servant.github.io/
+homepage:            http://haskell-servant.readthedocs.org/
 Bug-reports:         http://github.com/haskell-servant/servant/issues
 extra-source-files:
   include/*.h
@@ -55,7 +55,7 @@
 
 executable counter
   main-is: counter.hs
-  ghc-options: -O2 -Wall
+  ghc-options: -Wall
   hs-source-dirs: examples
 
   if flag(example)
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
@@ -46,7 +46,7 @@
   , Header
   ) where
 
-import           Control.Lens hiding (List)
+import           Control.Lens ((^.))
 import qualified Data.CharSet as Set
 import qualified Data.CharSet.Unicode.Category as Set
 import           Data.Monoid
