warped: Warp and Wai Library.

[ library, mit, network ] [ Propose Tags ]

Library support around WAI and warp server.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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 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), monad-control (>=1.0.2.3), preamble (>=0.0.61), uuid (>=1.3.13), wai (>=3.2.1.1), wai-conduit (>=3.0.0.3), wai-cors (>=0.2.6), warp (>=3.2.18) [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-10-12T00:32:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3642 total (20 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-10-12 [all 1 reports]

Readme for warped-0.0.8

[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: