-- Initial hashable-orphans.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hashable-orphans version: 0 synopsis: Provides instances missing from Hashable. homepage: https://oss.xkcd.com/ license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: davean 2017 category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 description: This package provides instances missing from , specificly ones for types from ('DiffTime', 'UTCTime') and at present. source-repository head type: git location: https://code.xkrd.net/davean/hashable-orphans.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Data.Hashable.Orphans build-depends: base >=4.9 && <4.11 , hashable >= 1.2 && < 1.3 , sorted-list >= 0.2 && < 0.3 , time >= 1.6 && < 1.9