diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,1 +1,7 @@
 # hashable-time
+
+[![Build Status](https://secure.travis-ci.org/w3rs/hashable-time.svg?branch=master)](http://travis-ci.org/w3rs/hashable-time)
+
+https://hackage.haskell.org/package/hashable-time
+
+Hashable instances for types in `Data.Time`.
diff --git a/hashable-time.cabal b/hashable-time.cabal
--- a/hashable-time.cabal
+++ b/hashable-time.cabal
@@ -1,5 +1,5 @@
 name:                hashable-time
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Hashable instances for Data.Time
 description:
   Hashable instances for types in Data.Time
@@ -10,8 +10,8 @@
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC==7.8.4, GHC==7.10.2
 extra-source-files:  README.md
+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.1
 
 flag old-locale
   manual: False
@@ -23,7 +23,7 @@
   default-language: Haskell2010
   ghc-options:      -Wall
   other-extensions: CPP
-  build-depends:    base >=4.7 && <4.11, 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
