apiary 0.12.2 → 0.12.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- apiary.cabal +1/−1
- src/Data/Apiary/Document.hs +1/−1
apiary.cabal view
@@ -1,5 +1,5 @@ name: apiary-version: 0.12.2+version: 0.12.3 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.
src/Data/Apiary/Document.hs view
@@ -156,4 +156,4 @@ doc (Documents n g) = H.div (mconcat $ map pathH n) <> mconcat (map groupH g) body = H.div ! A.class_ "container" $- H.h1 "API document" <> doc docs+ H.h1 "API documentation" <> doc docs