Minor fixes not in Github

This commit is contained in:
Michael Snoyman 2011-04-30 21:28:28 +03:00
parent 56d22c4fe2
commit 42be5de2d1
2 changed files with 6 additions and 1 deletions

View File

@ -52,3 +52,8 @@ jsonList = J.Array . V.fromList
jsonMap :: [(String, Json)] -> Json
jsonMap = J.Object . fromList . map (first pack)
{- FIXME
instance ToJavascript J.Value where
toJavascript = fromLazyText . decodeUtf8 . toLazyByteString . JE.renderValue
-}

View File

@ -13,7 +13,7 @@ homepage: http://docs.yesodweb.com/
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.7 && < 0.8
, yesod-core >= 0.8 && < 0.9
, aeson >= 0.3.1.1 && < 0.4
, text >= 0.8 && < 0.12
, vector