-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
I see that in safe-money package they choose the following approach for having aeson instances and other: they introduce flags in .cabal file and depend on each library conditionally. I think we can do the same thing:
Not sure we want all instances, but I think it's worth to have the following ones:
-
Hashable(hashable) -
NFData(deepseq) -
ToJSON/FromJSON/ToJSONKey/FromJSON/Key(aeson, also maybe with one extranewtypefor additional behavior withmcssuffixes and without) -
serialise(I saw this library was used in different projects)
Reactions are currently unavailable