Update changelog and fix some small issues

This commit is contained in:
Joscha 2020-01-22 21:34:07 +00:00
parent e048424eac
commit 370b05da61
3 changed files with 10 additions and 3 deletions

View file

@ -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