@hackage elm-build-lib0.14.0.0
Compile Elm code to JS within Haskell
Categories
License
BSD-3-Clause
Maintainer
joey@eremondi.com
Links
Versions
Deprecated
Dependencies (7)
- base >=4.2 && <5
- bytestring
- containers
- elm-compiler >=0.14 && <0.15
- elm-core-sources
- file-embed Show all…
Dependents (1)
@hackage/acme-everything
This library provides both runtime and Template Haskell functions which let you take multi-module Elm Programs and compile them to JavaScript. The main goal of this is to allow Elm to be used as a frontend for Haskell servers or Web apps. The library is independent of any specific framework, so it should work with Yesod, Snap, Happstack, Scotty, etc.