diff --git a/servant-lucid.cabal b/servant-lucid.cabal
--- a/servant-lucid.cabal
+++ b/servant-lucid.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                servant-lucid
-version:             0.9
+version:             0.9.0.1
 
 synopsis:            Servant support for lucid
 description:
@@ -21,12 +21,11 @@
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
 tested-with:
-  GHC ==7.8.4
-   || ==7.10.3
-   || ==8.0.2
+  GHC ==8.0.2
    || ==8.2.2
    || ==8.4.4
-   || ==8.6.3
+   || ==8.6.5
+   || ==8.8.1
 
 source-repository head
   type: git
@@ -35,14 +34,14 @@
 library
   exposed-modules:     Servant.HTML.Lucid
                        Lucid.Servant
-  build-depends:       base       >=4.7     && <5
-                     , http-media >=0.6.4   && <0.8
+  build-depends:       base       >=4.9     && <5
+                     , http-media >=0.6.4   && <0.9
                      , lucid      >=2.9.8   && <2.10
                      , text       >=1.2.3.0 && <1.3
-                     , servant    >=0.14    && <0.16
+                     , servant    >=0.17    && <0.18
 
   if !impl(ghc >= 8.0)
-    build-depends:     semigroups >=0.18.4  && <0.19
+    build-depends:     semigroups >=0.18.4  && <0.20
 
   hs-source-dirs:      src
   default-language:    Haskell2010
@@ -58,7 +57,7 @@
       base
     , lucid
     , servant-lucid
-    , servant-server >=0.14     && <0.16
+    , servant-server >=0.14     && <0.18
     , wai            >=3.0.3.0  && <3.3
-    , warp           >=3.0.13.1 && <3.3
+    , warp           >=3.0.13.1 && <3.4
   default-language: Haskell2010
diff --git a/src/Lucid/Servant.hs b/src/Lucid/Servant.hs
--- a/src/Lucid/Servant.hs
+++ b/src/Lucid/Servant.hs
@@ -24,7 +24,7 @@
                  (href_)
 import           Servant.API
                  (toUrlPiece)
-import           Servant.Utils.Links
+import           Servant.Links
                  (HasLink, IsElem, Link, MkLink, safeLink')
 
 -- | 'safeLink' variant which creates lucid's 'Attribute' given base url.
