{-# LANGUAGE DeriveFoldable #-} {-# LANGUAGE StandaloneDeriving #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- | -- Messages containing 'Optional' 'Enumeration' fields fail to encode. -- This module contains orphan instances required to make these functional. -- -- For more information reference the associated ticket: -- module Data.ProtocolBuffers.Orphans (Foldable) where import Data.Foldable (Foldable) import Data.Monoid (Last(..)) deriving instance Foldable Last