{-# OPTIONS_GHC -fno-warn-orphans #-} -- | This module re-exports the 'Extension' type along with an orphan 'Binary' -- instance for it. -- -- Note that the @[email protected] package has a large set of dependencies; for this -- reason the 'Extension' type itself is defined in the -- "GHC.LanguageExtensions.Type" module provided by the @[email protected] package, -- which has no dependencies outside of @[email protected] For this reason -- @[email protected] depends upon @[email protected], not @[email protected] -- module GHC.LanguageExtensions ( module GHC.LanguageExtensions.Type ) where import Data.Binary import GHC.LanguageExtensions.Type instance Binary Extension