Fixup for config file generation

- fixes a silent bug; behaviour seems not to be affected.
pull/35/head
Lennart Spitzner 2017-04-16 13:55:49 +02:00
parent cbeab39b2d
commit 26ffb40fb4
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ aesonDecodeOptionsBrittany = Aeson.defaultOptions
parseJSON = Aeson.genericParseJSON aesonDecodeOptionsBrittany
#define makeToJSON(type)\
instance ToJSON (type) where\
toJSON = Aeson.genericToJSON aesonDecodeOptionsBrittany;\
toEncoding = Aeson.genericToEncoding aesonDecodeOptionsBrittany
#define makeFromJSONMaybe(type)\