-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Provides instances missing from Hashable. -- -- This package provides instances missing from hashable, -- specificly ones for types from time (DiffTime, -- UTCTime) and sorted-list at present. @package hashable-orphans @version 0 module Data.Hashable.Orphans instance Data.Hashable.Class.Hashable Data.Time.Clock.Scale.DiffTime instance Data.Hashable.Class.Hashable Data.Time.Clock.UTC.UTCTime instance Data.Hashable.Class.Hashable a => Data.Hashable.Class.Hashable (Data.SortedList.SortedList a)