packages feed

hashable-time-0.1.0.1: 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.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