Cabal revisions of hashable-time-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial hashable-time.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: hashable-time-version: 0.1.0.0-synopsis: Hashable instances for Data.Time types and Fixed-description: Default Hashable and derived Generic instances for most of Data.Time types (and Fixed). Only DiffTime and NominalDiffTime are Hashable, but not Generic (due to private constructors).-license: BSD3-license-file: LICENSE-author: Alexey Karakulov-maintainer: ankarakulov@gmail.com-homepage: https://github.com/w3rs/hashable-time-category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.Hashable.Time- build-depends: base >=4.7 && <4.8, hashable >= 1.2, time >= 1.2- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall+-- Initial hashable-time.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: hashable-time +version: 0.1.0.0 +x-revision: 1 +synopsis: Hashable instances for Data.Time types and Fixed +description: Default Hashable and derived Generic instances for most of Data.Time types (and Fixed). Only DiffTime and NominalDiffTime are Hashable, but not Generic (due to private constructors). +license: BSD3 +license-file: LICENSE +author: Alexey Karakulov +maintainer: ankarakulov@gmail.com +homepage: https://github.com/w3rs/hashable-time +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.Hashable.Time + build-depends: base >=4.7 && <4.8, hashable >= 1.2 && <1.2.4, time >= 1.2 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall