packages feed

protocol-buffers-0.0.2: src/DescriptorProtos/ServiceOptions.hs

module DescriptorProtos.ServiceOptions
  (ServiceOptions(..))
 where

import ProtocolBuffers.Header

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

$( derive makeMonoid ''ServiceOptions )

instance OptionFlag a => Monoid (Option a ServiceOptions) where mempty = Absent; mappend = op'Merge

instance Default ServiceOptions where