om-elm

Haskell utilities for building embedded Elm programs.

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

Version on this page:2.0.1.0
LTS Haskell 24.28:2.0.1.1
Stackage Nightly 2026-01-17:2.0.1.1
Latest on Hackage:2.0.1.1

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.1.0@sha256:5b98846367e84bce52a5eb429c5e1bfe2a4428fddb11b2c8dfb8eda3d9fca753,1968

Module documentation for 2.0.1.0

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.