servant-serialization 0.2.1 → 0.3
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- CHANGELOG.md +4/−0
- lib/Servant/API/ContentTypes/SerialiseCBOR.hs +2/−2
- servant-serialization.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+### 0.3++* Fix a bug where the content types for the serialise package were those of the binary package.+ ### 0.2.1 * More cabal fields.
lib/Servant/API/ContentTypes/SerialiseCBOR.hs view
@@ -19,8 +19,8 @@ instance Accept CBOR where contentTypes Proxy = NonEmpty.fromList [ "application" // "cbor"- , "application" // "x-hackage-binary"- , "application" // "vnd.hackage.binary"+ , "application" // "x-hackage-serialise"+ , "application" // "vnd.hackage.serialise" ] -- |
servant-serialization.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: servant-serialization-version: 0.2.1+version: 0.3 description: Servant content types and instances for common serialization formats. category: Serialization, Servant bug-reports: https://github.com/plredmond/servant-serialization/issues