servant-proto-lens 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- servant-proto-lens.cabal +5/−5
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for servant-proto-lens +## 0.1.0.2 -- 2017-01-31++* Loosen version bounds.+* More documentation tweaks.+ ## 0.1.0.1 -- 2017-12-25 * Documentation tweaks.
servant-proto-lens.cabal view
@@ -1,11 +1,11 @@ name: servant-proto-lens-version: 0.1.0.1+version: 0.1.0.2 synopsis: Servant Content-Type for proto-lens protobuf modules.-description: Small glue-code module for easing the use of servant APIs with protobuf.+description: A type with instances for Accept, MimeRender, and MimeUnrender to use proto-lens protobuf modules with Servant APIs. license: BSD3 license-file: LICENSE author: PLR-maintainer: plredmond@gmail.com+maintainer: PLR homepage: https://github.com/plredmond/servant-proto-lens bug-reports: https://github.com/plredmond/servant-proto-lens/issues category: Web@@ -16,7 +16,7 @@ library hs-source-dirs: src exposed-modules: Servant.API.ContentTypes.Proto- build-depends: base >=4.10 && <4.11+ build-depends: base >=4.8 && <4.11 , bytestring , http-media , proto-lens@@ -29,7 +29,7 @@ main-is: Spec.hs other-modules: TestServer TestClient- build-depends: base >=4.10 && <4.11+ build-depends: base >=4.8 && <4.11 , HUnit , async , data-default-class