Update changelog and fix some small issues
This commit is contained in:
parent
e048424eac
commit
370b05da61
3 changed files with 10 additions and 3 deletions
|
|
@ -77,8 +77,8 @@ import qualified Data.Text as T
|
|||
import Data.Time
|
||||
import Data.Time.Clock.POSIX
|
||||
|
||||
-- | A class for all types that can be converted into an 'Data.Aeson.Object'.
|
||||
-- Similar to 'ToJSON', but more restrictive.
|
||||
-- | A class for all types that can be converted into an
|
||||
-- 'Data.Aeson.Types.Object'. Similar to 'ToJSON', but more restrictive.
|
||||
class ToJSONObject a where
|
||||
toJSONObject :: a -> Object
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue