packages feed

Cabal revisions of hashable-time-0.2.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                hashable-time-version:             0.2.0.1-synopsis:            Hashable instances for Data.Time-description:-  Hashable instances for types in Data.Time-license:             BSD3-license-file:        LICENSE-author:              Alexey Karakulov <ankarakulov@gmail.com>-maintainer:          Alexey Karakulov <ankarakulov@gmail.com>-category:            Data-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC==7.8.4, GHC==7.10.2-extra-source-files:  README.md--flag old-locale-  manual: False-  default: False--library-  exposed-modules:  Data.Hashable.Time-  hs-source-dirs:   src-  default-language: Haskell2010-  ghc-options:      -Wall-  other-extensions: CPP-  build-depends:    base >=4.7 && <4.11, hashable >=1.2.3.3 && <=1.3-  if flag(old-locale)-    build-depends:  time >=1.4 && <1.5, old-locale >=1.0 && <1.1-  else-    build-depends:  time >=1.5--source-repository head-  type:     git-  location: https://github.com/w3rs/hashable-time+name:                hashable-time
+version:             0.2.0.1
+-- https://github.com/w3rs/hashable-time/pull/7
+x-revision:          1
+synopsis:            Hashable instances for Data.Time
+description:
+  Hashable instances for types in Data.Time
+license:             BSD3
+license-file:        LICENSE
+author:              Alexey Karakulov <ankarakulov@gmail.com>
+maintainer:          Alexey Karakulov <ankarakulov@gmail.com>
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2
+extra-source-files:  README.md
+
+flag old-locale
+  manual: False
+  default: False
+
+library
+  exposed-modules:  Data.Hashable.Time
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  ghc-options:      -Wall
+  other-extensions: CPP
+  build-depends:    base >=4.7 && <4.12, hashable >=1.2.3.3 && <=1.3
+  if flag(old-locale)
+    build-depends:  time >=1.4 && <1.5, old-locale >=1.0 && <1.1
+  else
+    build-depends:  time >=1.5
+
+source-repository head
+  type:     git
+  location: https://github.com/w3rs/hashable-time
revision 2
 name:                hashable-time
 version:             0.2.0.1
 -- https://github.com/w3rs/hashable-time/pull/7
-x-revision:          1
+x-revision: 2
 synopsis:            Hashable instances for Data.Time
 description:
   Hashable instances for types in Data.Time
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2
+tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.3
 extra-source-files:  README.md
 
 flag old-locale
   default-language: Haskell2010
   ghc-options:      -Wall
   other-extensions: CPP
-  build-depends:    base >=4.7 && <4.12, hashable >=1.2.3.3 && <=1.3
+  build-depends:    base >=4.7 && <4.13, hashable >=1.2.3.3 && <=1.3
   if flag(old-locale)
     build-depends:  time >=1.4 && <1.5, old-locale >=1.0 && <1.1
   else
revision 3
 name:                hashable-time
 version:             0.2.0.1
+x-revision: 3
 -- https://github.com/w3rs/hashable-time/pull/7
-x-revision: 2
 synopsis:            Hashable instances for Data.Time
 description:
   Hashable instances for types in Data.Time
   default-language: Haskell2010
   ghc-options:      -Wall
   other-extensions: CPP
-  build-depends:    base >=4.7 && <4.13, hashable >=1.2.3.3 && <=1.3
+  build-depends:    base >=4.7 && <4.13, hashable >=1.2.3.3 && <1.3
   if flag(old-locale)
     build-depends:  time >=1.4 && <1.5, old-locale >=1.0 && <1.1
   else