@hackage warped0.0.8
Warp and Wai Library.
Categories
License
MIT
Maintainer
Mark Fine <dev@swiftnav.com>
Links
Versions
Installation
Dependencies (13)
- aeson >=1.2.4.0
- base >=4.9 && <5
- blaze-builder >=0.4.0.2
- conduit >=1.2.13.1
- http-types >=0.9.1
- lifted-async >=0.9.3.3 Show all…
Dependents (1)
@hackage/acme-everything
warped
Warped is a support library around WAI and the warp server.
Development
warped has a shakefile/makefile to provide convience around building and testing:
# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error
# test the project
$ ./Shakefile.hs tests-error
# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests
# install the project's executables
$ ./Shakefile.hs install
# clean the project
$ ./Shakefile.hs clean
# lint the project source code
$ ./Shakefile.hs lint
# format the project source code
$ ./Shakefile.hs format
Dependencies
To build, install, run, and test warped, the following dependencies may be required:
