yesod 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Yesod/Handler.hs +2/−1
- yesod.cabal +1/−1
Yesod/Handler.hs view
@@ -363,8 +363,9 @@ -- See 'setMessage'. getMessage :: GHandler sub master (Maybe Html) getMessage = do+ mmsg <- fmap (fmap preEscapedString) $ lookupSession msgKey deleteSession msgKey- fmap (fmap preEscapedString) $ lookupSession msgKey+ return mmsg -- | Bypass remaining handler code and output the given file. --
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 0.6.0+version: 0.6.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>