om-elm

Haskell utilities for building embedded Elm programs.

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

Version on this page:2.0.0.7
LTS Haskell 23.18:2.0.0.7
Stackage Nightly 2025-04-19:2.0.0.8
Latest on Hackage:2.0.0.8

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.7@sha256:595a8f0adf5954cc12506fac0ce7562166d20b802938e20ed6243ee4c447d4ce,1968

Module documentation for 2.0.0.7

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.