packages feed

protocol-buffers-0.1.0: Text/Hand-DescriptorProtos/MethodOptions.hs

module Text.DescriptorProtos.MethodOptions
  (MethodOptions(..))
 where

import Text.ProtocolBuffers.Header

data MethodOptions = MethodOptions
  deriving (Show,Eq,Ord,Typeable)

$( makeMergeable ''MethodOptions )

instance Default MethodOptions where