apiary 0.12.0 → 0.12.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- apiary.cabal +2/−2
apiary.cabal view
@@ -1,5 +1,5 @@ name: apiary-version: 0.12.0+version: 0.12.1 synopsis: Simple and type safe web framework that can be automatically generate API document. description: Simple and type safe web framework that can be automatically generate API document.@@ -35,7 +35,7 @@ . * type safe route filter. .- * auto generate API documentation(https://github.com/philopon/apiary/blob/master/examples/api.hs>).+ * auto generate API documentation(<https://github.com/philopon/apiary/blob/master/examples/api.hs>). . more examples: <https://github.com/philopon/apiary/blob/master/examples/>