om-elm

Haskell utilities for building embedded Elm programs.

https://github.com/owensmurray/om-elm

Version on this page:2.0.0.5
LTS Haskell 22.21:2.0.0.6
Stackage Nightly 2024-05-06:2.0.0.6
Latest on Hackage:2.0.0.6

See all snapshots om-elm appears in

MIT licensed by Rick Owens
Maintained by [email protected]
This version can be pinned in stack with:om-elm-2.0.0.5@sha256:9ae5efe4158cf4b8d55afba677527d6dd735cc21074f261a283e03d3627949e9,1968

Module documentation for 2.0.0.5

om-elm

This package provides utilities for serving Elm programs directly from your Haskell binary. It uses TemplateHaskell to compile your Elm program at build time, and construct a WAI Middleware which intercepts requests appropriate to the Elm program, and passing other requests to a downstream WAI Application. It is useful for bundling the browser side of a web application with its backing web services implementation.