om-elm: Haskell utilities for building embedded Elm programs.

[ library, mit, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.1, 1.0.0.3, 2.0.0.0, 2.0.0.2, 2.0.0.5, 2.0.0.6
Dependencies base (>=4.9 && <4.11), bytestring (>=0.10.8.1 && <0.11), Cabal (>=2.0.1.1 && <2.1), containers (>=0.5.7.1 && <0.6), directory (>=1.3.0.0 && <1.4), http-types (>=0.9.1 && <0.10), safe (>=0.3.15 && <0.4), safe-exceptions (>=0.1.6.0 && <0.2), template-haskell (>=2.11.1.0 && <2.13), text (>=1.2.2.2 && <1.3), unix (>=2.7.2.1 && <2.8), wai (>=3.2.1.1 && <3.3) [details]
License MIT
Copyright 2018 Owens Murray, LLC.
Author Rick Owens
Maintainer rick@owensmurray.com
Category Web
Home page https://github.com/owensmurray/om-elm
Uploaded by taphu at 2018-02-24T19:34:20Z
Distributions LTSHaskell:2.0.0.6, Stackage:2.0.0.6
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1673 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-24 [all 1 reports]

Readme for om-elm-1.0.0.1

[back to package description]

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.