packages feed

hashable-time 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+10/−7 lines, 1 filesdep ~basedep ~hashabledep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hashable, time

API changes (from Hackage documentation)

Files

hashable-time.cabal view
@@ -2,21 +2,24 @@ -- 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).+version:             0.1.0.1+synopsis:            Hashable instances for Data.Time+-- description:          license:             BSD3 license-file:        LICENSE author:              Alexey Karakulov maintainer:          ankarakulov@gmail.com-homepage:            https://github.com/w3rs/hashable-time+-- copyright:            category:            Data build-type:          Simple+-- extra-source-files:   cabal-version:       >=1.10  library-  exposed-modules:     Data.Hashable.Time-  build-depends:       base >=4.7 && <4.8, hashable >= 1.2, time >= 1.2+  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+  ghc-options: -Wall