#1894 added a re-export of Yesod.Core.Internal.Util to Yesod.Core.Types, I think inadvertently. Not a particularly big deal, but might be worth cleaning up.
These are the newly exposed names:
putTime
getTime
formatW3
formatRFC1123
formatRFC822
getCurrentMaxExpiresRFC1123
I noticed this due to conflicting imports with System.Clock.getTime breaking a build at work.
#1894 added a re-export of
Yesod.Core.Internal.UtiltoYesod.Core.Types, I think inadvertently. Not a particularly big deal, but might be worth cleaning up.These are the newly exposed names:
putTimegetTimeformatW3formatRFC1123formatRFC822getCurrentMaxExpiresRFC1123I noticed this due to conflicting imports with
System.Clock.getTimebreaking a build at work.