wai-routing 0.12.2 → 0.12.3
raw patch · 3 files changed
+9/−9 lines, 3 files
Files
- CHANGELOG.md +4/−0
- README.md +0/−4
- wai-routing.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.12.3+-----------------------------------------------------------------------------+- Update cabal file.+ 0.12.2 ----------------------------------------------------------------------------- - Maintenance release.
README.md view
@@ -1,10 +1,6 @@-[][1]- wai-routing enables the declaration of "routes" which handle requests to a specific URL. The set of possible handlers can be restricted by "predicates", which operate on WAI requests and have to be true or else the handler will not be called.--[1]: https://travis-ci.org/twittner/wai-routing
wai-routing.cabal view
@@ -1,13 +1,13 @@ name: wai-routing-version: 0.12.2+version: 0.12.3 synopsis: Declarative routing for WAI. license: MPL-2.0 license-file: LICENSE author: Toralf Wittner maintainer: Toralf Wittner <tw@dtex.org>-copyright: (C) 2014-2015 Toralf Wittner-homepage: https://github.com/twittner/wai-routing/-bug-reports: https://github.com/twittner/wai-routing/issues+copyright: (C) 2014-2016 Toralf Wittner+homepage: https://gitlab.com/twittner/wai-routing/+bug-reports: https://gitlab.com/twittner/wai-routing/issues stability: experimental category: Web build-type: Simple@@ -61,7 +61,7 @@ source-repository head type: git- location: git://github.com/twittner/wai-routing.git+ location: git@gitlab.com:twittner/wai-routing.git library default-language: Haskell2010