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


-- | Orphan instances for the UUID datatype
--   
--   Orphan instances for the UUID datatype. Currently , instances for
--   SafeCopy and PathInfo are provided. The package version number is
--   inherited from the current version of uuid.
@package uuid-orphans
@version 1.4.2

module Data.UUID.Orphans

-- | The Show instance for UUID does not return a string containing a
--   haskell expression, so if that is required use this function instead.
showUUID :: UUID -> String
instance Language.Haskell.TH.Syntax.Lift Data.UUID.Types.Internal.UUID
instance Data.SafeCopy.SafeCopy.SafeCopy Data.UUID.Types.Internal.UUID
instance Web.Routes.PathInfo.PathInfo Data.UUID.Types.Internal.UUID
