diff --git a/Yesod/Json.hs b/Yesod/Json.hs index 4f83f4d5..4619bdec 100644 --- a/Yesod/Json.hs +++ b/Yesod/Json.hs @@ -1,10 +1,10 @@ {-# LANGUAGE TypeSynonymInstances #-} {-# OPTIONS_GHC -fno-warn-orphans #-} module Yesod.Json - ( -- ^ Convert from a JSON value + ( -- * Convert from a JSON value defaultLayoutJson , jsonToRepJson - -- ^ Compatibility wrapper for old API + -- * Compatibility wrapper for old API , Json , jsonScalar , jsonList diff --git a/yesod-json.cabal b/yesod-json.cabal index 95147a5d..d4c46142 100644 --- a/yesod-json.cabal +++ b/yesod-json.cabal @@ -1,5 +1,5 @@ name: yesod-json -version: 0.0.0 +version: 0.0.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman