warped 0.0.1 → 0.0.2
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- README.md +1/−1
- Shakefile.hs +1/−1
- warped.cabal +1/−1
README.md view
@@ -43,7 +43,7 @@ [warped]: https://github.com/swift-nav/warped-[warped-img]: https://cloud.githubusercontent.com/assets/60851/8178609/a077a326-13c4-11e5-9d54-3e417fc6dd6c.jpg+[warped-img]: https://user-images.githubusercontent.com/60851/36055247-e9d08794-0daf-11e8-95a2-6d7420e5822d.jpg [hackage]: https://hackage.haskell.org/package/warped [hackage-img]: https://img.shields.io/hackage/v/warped.svg?style=flat [travis]: https://travis-ci.org/swift-nav/warped
Shakefile.hs view
@@ -38,7 +38,7 @@ -- fake "." pats "sanity" $ const $ do need [ "build-error" ]- need [ "lint", "weed" ]+ need [ "docs", "lint", "weed" ] -- | Default things to run. --
warped.cabal view
@@ -1,5 +1,5 @@ name: warped-version: 0.0.1+version: 0.0.2 synopsis: Warp and Wai Library. description: Library support around WAI and warp server. homepage: https://github.com/swift-nav/warped