Fix some haddocks
This commit is contained in:
parent
5622e96725
commit
846033b176
@ -296,7 +296,7 @@ yesodRunner handler' YesodRunnerEnv {..} route req sendResponse
|
|||||||
getGetMaxExpires :: MonadIO m => m (IO Text)
|
getGetMaxExpires :: MonadIO m => m (IO Text)
|
||||||
getGetMaxExpires = liftIO $ mkAutoUpdate defaultUpdateSettings
|
getGetMaxExpires = liftIO $ mkAutoUpdate defaultUpdateSettings
|
||||||
{ updateAction = liftM (formatRFC1123 . addUTCTime (60*60*24*365)) getCurrentTime
|
{ 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
|
yesodRender :: Yesod y
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.4.4.2
|
version: 1.4.4.4
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user