servant-proto-lens 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+9/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- servant-proto-lens.cabal +5/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for servant-proto-lens +## 0.1.0.1 -- 2017-12-25++* Documentation tweaks.+ ## 0.1.0.0 -- 2017-12-25 * First version.
servant-proto-lens.cabal view
@@ -1,10 +1,13 @@ name: servant-proto-lens-version: 0.1.0.0-synopsis: servant API Content-Type instances for use with proto-lens generated modules+version: 0.1.0.1+synopsis: Servant Content-Type for proto-lens protobuf modules.+description: Small glue-code module for easing the use of servant APIs with protobuf. license: BSD3 license-file: LICENSE author: PLR maintainer: plredmond@gmail.com+homepage: https://github.com/plredmond/servant-proto-lens+bug-reports: https://github.com/plredmond/servant-proto-lens/issues category: Web build-type: Simple extra-source-files: ChangeLog.md