Skip to content

frankfurt-haskell-user-group/HWebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HWebUI

Haskell User Interface Library

Early prototype.

Installation

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.

Examples/Demo

Run HWebUI-example-arithmetic, HWebUI-example-currency, HWebUI-example-counter, HWebUI-example-multiselect or HWebUI-example-crud and point your browser to:

http://localhost:8080/webgui

Further Information

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.

About

Haskell User Interface Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published