packages feed

protocol-buffers 1.8.2 → 1.8.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/ProtocolBuffers/Basic.hs view
@@ -4,7 +4,7 @@ -- 'Default', and 'Wire' classes. module Text.ProtocolBuffers.Basic   ( -- * Basic types for protocol buffer fields in Haskell-    Seq,Utf8(Utf8),ByteString,Int32,Int64,Word32,Word64+    Double,Float,Bool,Maybe,Seq,Utf8(Utf8),ByteString,Int32,Int64,Word32,Word64     -- * Haskell types that act in the place of DescritorProto values   , WireTag(..),FieldId(..),WireType(..),FieldType(..),EnumCode(..),WireSize     -- * Some of the type classes implemented messages and fields
protocol-buffers.cabal view
@@ -1,5 +1,5 @@ name:           protocol-buffers-version:        1.8.2+version:        1.8.3 cabal-version:  >= 1.6 build-type:     Simple license:        BSD3