diff --git a/ClassyPrelude/Yesod.hs b/ClassyPrelude/Yesod.hs
--- a/ClassyPrelude/Yesod.hs
+++ b/ClassyPrelude/Yesod.hs
@@ -6,7 +6,7 @@
     ) where
 
 import ClassyPrelude.Conduit as X hiding (lift)
-import Yesod as X hiding (Header)
+import Yesod as X hiding (Header, parseTime)
 import qualified Yesod
 import Yesod.Static as X
 import Yesod.Feed as X
diff --git a/classy-prelude-yesod.cabal b/classy-prelude-yesod.cabal
--- a/classy-prelude-yesod.cabal
+++ b/classy-prelude-yesod.cabal
@@ -1,5 +1,5 @@
 name:                classy-prelude-yesod
-version:             0.6.0
+version:             0.7.0
 synopsis:            Provide a classy prelude including common Yesod functionality.
 description:         This is an extension of classy-prelude-conduit, adding in commonly used functions and data types from Yesod.
 homepage:            https://github.com/snoyberg/classy-prelude
@@ -15,7 +15,7 @@
   exposed-modules:     ClassyPrelude.Yesod
   build-depends:       base >= 4 && < 5
                      , classy-prelude >= 0.6
-                     , classy-prelude-conduit >= 0.6
+                     , classy-prelude-conduit >= 0.7 && < 0.8
                      , yesod >= 1.2
                      , yesod-newsfeed
                      , yesod-static
