-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Compatibility package for binary; provides instances
--   
--   This package provides instances defined in later versions of
--   <tt>binary</tt> package
--   
--   Prior version 1 this packages provided instances for other packages.
--   That functionality is moved to <a>binary-instances</a> package.
@package binary-orphans
@version 1.0.4.1

module Data.Binary.Orphans
instance Data.Binary.Class.Binary a => Data.Binary.Class.Binary (Solo a)
instance Data.Binary.Class.Binary Data.Array.Byte.ByteArray
