diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -23,8 +23,9 @@
   will let you do that.
 
 ## using respond
-you'll probably want to look at the haddock documentation (link to come after 
-release) while you're reading this guide.
+you'll probably want to look at the haddock documentation
+([available on Hackage](http://hackage.haskell.org/package/respond)) while
+you're reading this guide.
 let's get started with a brief overview of how to use this library.
 
 ### a brief overview
diff --git a/respond.cabal b/respond.cabal
--- a/respond.cabal
+++ b/respond.cabal
@@ -1,9 +1,7 @@
-name:
-    respond
-version:
-    0.2.0.0
+name: respond
+version: 1.0.0
 homepage:
-    http://github.com/raptros/respond
+    https://github.com/raptros/respond
 license:
     BSD3
 license-file:
@@ -22,6 +20,8 @@
     README.md
 cabal-version:
     >=1.10
+bug-reports:
+    https://github.com/raptros/respond/issues
 synopsis:
     process and route HTTP requests and generate responses on top of WAI
 description:
@@ -72,6 +72,8 @@
         safe >= 0.3 && < 0.4,
         containers == 0.5.5.*,
         text >= 1.2 && < 1.3,
+        -- to prevent formatting from breaking.
+        time >= 1.4 && < 1.5,
         formatting >= 5.0 && < 6.0,
         bytestring >= 0.10 && < 0.11,
         monad-logger >= 0.3.8 && < 0.4,
