@hackage wai-devel0.0.0.4
A web server for the development of WAI compliant web applications.
Categories
License
MIT
Maintainer
njagi@urbanslug.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (31)
- Cabal-ide-backend >=1.23 && <1.24
- Glob >=0.7 && <0.8
- MissingH >=1.3 && <1.4
- array >=0.5 && <0.6
- base >=4.7 && <5.0
- blaze-html >=0.8 && <0.9 Show all…
Dependents (0)
wai-devel
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.