packages feed

apiary 0.12.3 → 0.12.4

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 view
@@ -1,5 +1,5 @@ name:                apiary-version:             0.12.3+version:             0.12.4 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/master/examples/api.hs>, <https://rawgit.com/philopon/apiary/master/examples/api.html>).+    * auto generate API documentation(example: <https://github.com/philopon/apiary/blob/v0.12.4/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.4/examples/api.html>).   .-  more examples: <https://github.com/philopon/apiary/blob/master/examples/>+  more examples: <https://github.com/philopon/apiary/blob/v0.12.4/examples/>  license:             MIT license-file:        LICENSE