packages feed

hashable-time-0.1.0.0: hashable-time.cabal

-- 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