Fix some haddocks

This commit is contained in:
Michael Snoyman 2014-11-23 18:54:50 +02:00
parent 5622e96725
commit 846033b176
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ yesodRunner handler' YesodRunnerEnv {..} route req sendResponse
getGetMaxExpires :: MonadIO m => m (IO Text)
getGetMaxExpires = liftIO $ mkAutoUpdate defaultUpdateSettings
{ updateAction = liftM (formatRFC1123 . addUTCTime (60*60*24*365)) getCurrentTime
, updateFreq = 60 * 60 * 1000000 -- ^ Update once per hour
, updateFreq = 60 * 60 * 1000000 -- Update once per hour
}
yesodRender :: Yesod y

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.4.2
version: 1.4.4.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>