Cabal revisions of hashable-time-0.1.0.1
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.1-synopsis: Hashable instances for Data.Time--- description: -license: BSD3-license-file: LICENSE-author: Alexey Karakulov-maintainer: ankarakulov@gmail.com--- copyright: -category: Data-build-type: Simple--- extra-source-files: -cabal-version: >=1.10--library- exposed-modules: Data.Hashable.Time- -- other-modules: - -- other-extensions: - build-depends: base >=4.7 && <4.9, hashable, time- 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.1 +x-revision: 1 +synopsis: Hashable instances for Data.Time +-- description: +license: BSD3 +license-file: LICENSE +author: Alexey Karakulov +maintainer: ankarakulov@gmail.com +-- copyright: +category: Data +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + exposed-modules: Data.Hashable.Time + -- other-modules: + -- other-extensions: + build-depends: base >=4.7 && <4.9, hashable < 1.2.4, time + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall