aeson 0.7 support

This commit is contained in:
Michael Snoyman 2014-01-15 19:12:37 +02:00
parent 1a43658455
commit 807ff497f9
2 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ defaultErrorHandler (BadMethod m) = selectRep $ do
<h1>Method Not Supported
<p>Method <code>#{S8.unpack m}</code> not supported
|]
provideRep $ return $ object ["message" .= ("Bad method" :: Text), "method" .= m]
provideRep $ return $ object ["message" .= ("Bad method" :: Text), "method" .= TE.decodeUtf8With TEE.lenientDecode m]
asyncHelper :: (url -> [x] -> Text)
-> [Script (url)]

View File

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