Fix warning

This commit is contained in:
Michael Snoyman 2012-01-30 07:16:04 +02:00
parent 8bb507084d
commit b86b2cb75e

View File

@ -31,7 +31,7 @@ module Yesod.Internal.Core
) where
import Yesod.Content
import Yesod.Handler hiding (lift)
import Yesod.Handler hiding (lift, getExpires)
import Yesod.Routes.Class