warped: Warp and Wai Library.

[ library, mit, network ] [ Propose Tags ]

Library support around WAI and warp server.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8
Dependencies base (>=4.9 && <5), blaze-builder, conduit, http-types, lifted-async, monad-control, preamble, shakers, uuid, wai, wai-conduit, wai-cors, warp [details]
License MIT
Copyright Copyright (C) 2018 Swift Navigation, Inc.
Author Swift Navigation Inc.
Maintainer Mark Fine <dev@swiftnav.com>
Category Network
Home page https://github.com/swift-nav/warped
Source repo head: git clone https://github.com/swift-nav/warped
Uploaded by markfine at 2018-02-14T22:58:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables shake-wolf
Downloads 3662 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-15 [all 1 reports]

Readme for warped-0.0.2

[back to package description]

warped

warped

Package version Build status Dependency status

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: