This project is not under maintenance.
Development server for WAI compliant haskell web applications.
- stack install wai-devel
or - cabal install wai-devel
- 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.
See the wiki.
No contributing page yet. Just read the haddocks.
See the wai-devel minimal reproduction in the wiki.
Doesn't recompile on changes in Template Haskell files. Here is the specific issue.
- 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.