No description
Find a file
2016-02-29 17:46:53 +01:00
app Added --version argument (Fixed issue 20) 2015-12-21 19:11:45 +03:00
src remove warns 2016-02-29 17:46:53 +01:00
tests Build progress in the browser. 2016-02-12 01:28:04 +03:00
.gitignore Possible fix for for issue #1 2015-08-14 21:31:11 +03:00
.gitmodules Fixed issue #3 2015-08-22 18:34:23 +03:00
.travis.yml Force travis build to pass. 2016-02-14 01:44:02 +03:00
build.hamlet Build progress in the browser. 2016-02-12 01:28:04 +03:00
Changelog.md Version bump. 2016-02-12 12:33:48 +03:00
LICENSE Added --version argument (Fixed issue 20) 2015-12-21 19:11:45 +03:00
README.md Add Gitter badge 2016-02-14 00:20:23 +03:00
Setup.hs Initial commit. 2015-06-04 11:26:59 +03:00
stack-7.8.yaml Fixed dependency problem for GHC-7.8 2015-10-19 15:49:01 +03:00
stack-7.10.yaml Build progress in the browser. 2016-02-12 01:28:04 +03:00
stack-head.yaml Build progress in the browser. 2016-02-12 01:28:04 +03:00
stack.yaml Fixed full rebuild issue but broke TH rebuilds 2015-09-21 11:35:16 +03:00
travis_long More reliable travis builds and tests. 2015-08-22 07:28:22 +03:00
wai-devel.cabal Version bump. 2016-02-12 12:33:48 +03:00

wai-devel

Join the chat at https://gitter.im/urbanslug/wai-devel Build Status

Development server for WAI compliant haskell web applications.

Installation

From hackage

  • stack install wai-devel
    or
  • cabal install wai-devel

From source

  • cd wai-devel
  • stack build
  • stack install
    or
  • cd wai-devel
  • cabal build
  • cabal install

The wai-devel binary will now be in your ~/.local/bin you can use it freely.

Usage

See the wiki.

Contributing

No contributing page yet. Just read the haddocks.
See the wai-devel minimal reproduction in the wiki.

Issues

Doesn't recompile on changes in Template Haskell files. Here is the specific issue.

Coming next

  • Provide a dashboard page with compilation status, GC stats, and other such useful meta-information.
  • Port to windows. This depends on ide-backend getting ported to Windows.