diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+happstack-server-tls [![Hackage](https://img.shields.io/hackage/v/happstack-server-tls.svg)](https://hackage.haskell.org/package/happstack-server-tls) [![Build Status](https://api.travis-ci.org/Happstack/happstack-server-tls.svg?branch=master)](https://travis-ci.org/Happstack/happstack-server-tls)
+=========
+
+A very fine Haskell web server. Details in [The Happstack Book](http://www.happstack.com/docs/crashcourse/index.html).
+
+This library provides TLS/SSL/HTTPS support.
+
+
diff --git a/happstack-server-tls.cabal b/happstack-server-tls.cabal
--- a/happstack-server-tls.cabal
+++ b/happstack-server-tls.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-server-tls
-Version:             7.1.6.1
+Version:             7.1.6.2
 Synopsis:            extend happstack-server with https:// support (TLS/SSL)
 Description:         extend happstack-server with https:// support (TLS/SSL)
 Homepage:            http://www.happstack.com/
@@ -11,7 +11,8 @@
 Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+extra-source-files:  README.md
 
 source-repository head
     type:     git
@@ -32,7 +33,7 @@
                        HsOpenSSL             >= 0.10 && < 0.12,
                        network               >= 2.3 && < 2.7,
                        sendfile              == 0.7.*,
-                       time                  >= 1.2 && < 1.6
+                       time                  >= 1.2 && < 1.7
     -- these extra libraries are not needed to build/install the server
     -- but they do need to be installed if you want to use GHCi or
     -- Template Haskell afterwards
