protocol-buffers 2.0.11 → 2.0.12
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Text.ProtocolBuffers.Get: getWord16be, getWord16host, getWord16le :: Get Word16
- Text.ProtocolBuffers.Get: getWord32be, getWord32host, getWord32le :: Get Word32
- Text.ProtocolBuffers.Get: getWord64be, getWord64host, getWord64le :: Get Word64
+ Text.ProtocolBuffers.Get: getWord16be :: Get Word16
+ Text.ProtocolBuffers.Get: getWord16host :: Get Word16
+ Text.ProtocolBuffers.Get: getWord16le :: Get Word16
+ Text.ProtocolBuffers.Get: getWord32be :: Get Word32
+ Text.ProtocolBuffers.Get: getWord32host :: Get Word32
+ Text.ProtocolBuffers.Get: getWord32le :: Get Word32
+ Text.ProtocolBuffers.Get: getWord64be :: Get Word64
+ Text.ProtocolBuffers.Get: getWord64host :: Get Word64
+ Text.ProtocolBuffers.Get: getWord64le :: Get Word64
- Text.ProtocolBuffers.Extensions: ExtFromWire :: !Seq EP -> ExtFieldValue
+ Text.ProtocolBuffers.Extensions: ExtFromWire :: !(Seq EP) -> ExtFieldValue
Files
- protocol-buffers.cabal +3/−3
protocol-buffers.cabal view
@@ -1,5 +1,5 @@ name: protocol-buffers-version: 2.0.11+version: 2.0.12 cabal-version: >= 1.6 build-type: Simple license: BSD3@@ -8,8 +8,8 @@ author: Christopher Edward Kuklewicz maintainer: Chris Kuklewicz <protobuf@personal.mightyreason.com> stability: Good-homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers-package-url: http://code.haskell.org/protocol-buffers/+homepage: http://code.haskell.org/protocol-buffers/+package-url: http://hackage.haskell.org/package/protocol-buffers synopsis: Parse Google Protocol Buffer specifications description: Parse proto files and generate Haskell code. category: Text