diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 1.6.0.1
+
+* Support `yesod-core` 1.7
+
 ## 1.6.0
 
 * Upgrade to yesod-core 1.6.0
diff --git a/Yesod/Sitemap.hs b/Yesod/Sitemap.hs
--- a/Yesod/Sitemap.hs
+++ b/Yesod/Sitemap.hs
@@ -1,5 +1,6 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE RecordWildCards #-}
+
 ---------------------------------------------------------
 --
 -- Module        : Yesod.Sitemap
diff --git a/yesod-sitemap.cabal b/yesod-sitemap.cabal
--- a/yesod-sitemap.cabal
+++ b/yesod-sitemap.cabal
@@ -1,5 +1,5 @@
 name:            yesod-sitemap
-version:         1.6.0
+version:         1.6.0.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -7,24 +7,24 @@
 synopsis:        Generate XML sitemaps.
 category:        Web, Yesod
 stability:       Stable
-cabal-version:   >= 1.6
+cabal-version:   >= 1.10
 build-type:      Simple
 homepage:        http://www.yesodweb.com/
 description:     API docs and the README are available at <http://www.stackage.org/package/yesod-sitemap>
 extra-source-files: README.md ChangeLog.md
 
 library
-    build-depends:   base                      >= 4        && < 5
-                   , yesod-core                >= 1.6      && < 1.7
+    build-depends:   base                      >= 4.10     && < 5
+                   , conduit
+                   , data-default
+                   , text
                    , time                      >= 1.1.4
                    , xml-conduit               >= 1.0
-                   , text
-                   , containers
-                   , data-default
-                   , conduit
                    , xml-types
+                   , yesod-core                >= 1.6      && < 1.8
     exposed-modules: Yesod.Sitemap
     ghc-options:     -Wall
+    default-language: Haskell2010
 
 source-repository head
   type:     git
