@hackage / ghcjs-dom-hello

GHCJS DOM Hello World, an example package

Latest6.0.0.1

About

Metadata

  • Last updated , by HamishMackenzie
  • License MIT
  • Categories Web Development
  • Maintained by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    warp (on by default)

    Build ghcjs-dom-hello-warp

    webkitgtk (on by default)

    Build ghcjs-dom-hello-webkitgtk

    webkit2gtk (on by default)

    Use WebKit2 version of WebKitGTK.

Readme

This is an implementation of the classic "Hello World" program using GHCJS DOM, as an example of how to create a minimal GHCJS DOM application. Please submit any suggestions and improvements.