apiary 0.12.6 → 0.12.7
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- apiary.cabal +3/−3
apiary.cabal view
@@ -1,5 +1,5 @@ name: apiary-version: 0.12.6+version: 0.12.7 synopsis: Simple and type safe web framework that can be automatically generate API documentation. description: Simple and type safe web framework that can be automatically generate API documentation.@@ -35,9 +35,9 @@ . * type safe route filter. .- * auto generate API documentation(example: <https://github.com/philopon/apiary/blob/v0.12.6/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.6/examples/api.html>).+ * auto generate API documentation(example: <https://github.com/philopon/apiary/blob/v0.12.7/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.7/examples/api.html>). .- more examples: <https://github.com/philopon/apiary/blob/v0.12.6/examples/>+ more examples: <https://github.com/philopon/apiary/blob/v0.12.7/examples/> license: MIT license-file: LICENSE