packages feed

yesod-core 1.2.17 → 1.2.18

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Yesod/Core/Handler.hs view
@@ -1018,8 +1018,8 @@ -- representations, e.g.: -- -- > selectRep $ do--- >   provideRep typeHtml $ produceHtmlOutput--- >   provideRep typeJson $ produceJsonOutput+-- >   provideRep produceHtmlOutput+-- >   provideRep produceJsonOutput -- -- The first provided representation will be used if no matches are found. 
yesod-core.cabal view
@@ -1,5 +1,5 @@ name:            yesod-core-version:         1.2.17+version:         1.2.18 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>