@hackage elm-export0.5.0.2
A library to generate Elm types from Haskell source.
Categories
License
LicenseRef-OtherLicense
Maintainer
kris.jenkins@clearercode.com
Links
Versions
Installation
Dependencies (8)
- base >=4.7 && <5
- bytestring >=0.10.6.0 && <0.11
- containers >=0.5.6.2 && <0.6
- directory >=1.2.2.0 && <1.3
- formatting >=6.2.2 && <6.3
- mtl >=2.2.1 && <2.3 Show all…
Dependents (2)
@hackage/elm-export-persistent, @hackage/servant-elm
Generate Elm source code automatically from Haskell types. Using GHC.Generics, we can automatically derive Elm type declarations, and Aeson-compatible JSON decoders & encoders.