burrito 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+16/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.markdown +11/−0
- burrito.cabal +5/−1
README.markdown view
@@ -1,5 +1,9 @@ # Burrito +[![][travis badge]][travis]+[![][hackage badge]][hackage]+[![][stackage badge]][stackage]+ Burrito is a Haskell library for parsing and rendering URI templates. According to [RFC 6570](https://tools.ietf.org/html/rfc6570): "A URI Template@@ -15,3 +19,10 @@ Although Burrito is primarily intended to be used with HTTP and HTTPS URIs, it should work with other schemes as well.++[travis badge]: https://travis-ci.org/tfausak/burrito.svg?branch=master+[travis]: https://travis-ci.org/tfausak/burrito+[hackage badge]: https://img.shields.io/hackage/v/burrito+[hackage]: https://hackage.haskell.org/package/burrito+[stackage badge]: https://www.stackage.org/package/burrito/badge/nightly?label=stackage+[stackage]: https://www.stackage.org/package/burrito
burrito.cabal view
@@ -1,5 +1,5 @@ name: burrito-version: 1.0.0.0+version: 1.0.0.1 synopsis: Parse and render URI templates. description:@@ -26,6 +26,10 @@ license-file: LICENSE.markdown license: ISC maintainer: Taylor Fausak++source-repository head+ location: https://github.com/tfausak/burrito+ type: git library build-depends: