Haskell User Interface Library
Early prototype.
Download sources with git, enter directory on command line prompt and type:
cabal install -f examples
or, to build only without examples:
cabal install
This installs HWebUI with all its dependencies and also the HWebUI example executables.
If you don't want to change your Haskell environment, consider
replacing cabal
by cabal-dev
for a sandboxed install. See
hackage/cabal-dev.
Run HWebUI-example-arithmetic, HWebUI-example-currency, HWebUI-example-counter, HWebUI-example-multiselect or HWebUI-example-crud and point your browser to:
Haddock annotations are available in the source code, to build them run:
cabal haddock
alternatively the pre-build haddock docu is available here: http://frankfurt-haskell-user-group.github.io/HWebUI/HWebUI.html.