apiary 0.12.5 → 0.12.6
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- apiary.cabal +3/−3
- src/Data/Apiary/Document.hs +1/−1
apiary.cabal view
@@ -1,5 +1,5 @@ name: apiary-version: 0.12.5+version: 0.12.6 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.5/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.5/examples/api.html>).+ * 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>). .- more examples: <https://github.com/philopon/apiary/blob/v0.12.5/examples/>+ more examples: <https://github.com/philopon/apiary/blob/v0.12.6/examples/> license: MIT license-file: LICENSE
src/Data/Apiary/Document.hs view
@@ -202,7 +202,7 @@ ] footer = H.footer $ mconcat- [ "API documentation generated "+ [ "This API documentation generated by " , H.a ! A.href "https://github.com/philopon/apiary" $ "apiary" , " web framework." ]