Cabal revisions of hashable-orphans-0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- 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 <http://hackage.haskell.org/package/hashable hashable>, specificly ones for types from <http://hackage.haskell.org/package/time time> ('DiffTime', 'UTCTime') and <http://hackage.haskell.org/package/sorted-list sorted-list> 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-- +-- Initial hashable-orphans.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: hashable-orphans +version: 0 +x-revision: 1 +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 <http://hackage.haskell.org/package/hashable hashable>, specificly ones for types from <http://hackage.haskell.org/package/time time> ('DiffTime', 'UTCTime') and <http://hackage.haskell.org/package/sorted-list sorted-list> 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.13 + , hashable >= 1.2 && < 1.3 + , sorted-list >= 0.2 && < 0.3 + , time >= 1.6 && < 1.10 + +
revision 2
name: hashable-orphans version: 0 -x-revision: 1 +x-revision: 2 synopsis: Provides instances missing from Hashable. homepage: https://oss.xkcd.com/ license: BSD3 exposed-modules: Data.Hashable.Orphans build-depends: - base >=4.9 && <4.13 - , hashable >= 1.2 && < 1.3 + base >=4.9 && <4.18 + , hashable >= 1.2 && < 1.5 , sorted-list >= 0.2 && < 0.3 - , time >= 1.6 && < 1.10 + , time >= 1.6 && < 1.13