Happy to announce 'Elminator', a package for generating Elm source for type definitions and Json encoders/decoders from Haskell data type definitions.
https://hackage.haskell.org/package/elminator,
This package tries to address some issues with popular/existing packages in the same space. Some distinguishing features are..Right now this package is tested by using a Haskell/Elm test app
that round trips a bunch of data structures between an Elm front
end and a Haskell back end, so as of now, there there aren't any
automated tests included with this repo.
Thanks.