Fixup for config file generation
- fixes a silent bug; behaviour seems not to be affected.pull/35/head
parent
cbeab39b2d
commit
26ffb40fb4
|
@ -154,6 +154,7 @@ aesonDecodeOptionsBrittany = Aeson.defaultOptions
|
||||||
parseJSON = Aeson.genericParseJSON aesonDecodeOptionsBrittany
|
parseJSON = Aeson.genericParseJSON aesonDecodeOptionsBrittany
|
||||||
#define makeToJSON(type)\
|
#define makeToJSON(type)\
|
||||||
instance ToJSON (type) where\
|
instance ToJSON (type) where\
|
||||||
|
toJSON = Aeson.genericToJSON aesonDecodeOptionsBrittany;\
|
||||||
toEncoding = Aeson.genericToEncoding aesonDecodeOptionsBrittany
|
toEncoding = Aeson.genericToEncoding aesonDecodeOptionsBrittany
|
||||||
|
|
||||||
#define makeFromJSONMaybe(type)\
|
#define makeFromJSONMaybe(type)\
|
||||||
|
|
Loading…
Reference in New Issue