diff --git a/HTML/deepseq-bounded.html b/HTML/deepseq-bounded.html
--- a/HTML/deepseq-bounded.html
+++ b/HTML/deepseq-bounded.html
@@ -2,6 +2,9 @@
 <html>
 <head>
 <title>Bounded DeepSeq</title>
+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
 <link rel="stylesheet" href="style.css" />
 </head>
 <body>
diff --git a/HTML/index.html b/HTML/index.html
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -2,6 +2,10 @@
 <html>
 <head>
 <title>Bounded DeepSeq</title>
+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+<link rel="stylesheet" href="style.css" />
 </head>
 <body>
 
diff --git a/HTML/tests.html b/HTML/tests.html
--- a/HTML/tests.html
+++ b/HTML/tests.html
@@ -1,5 +1,9 @@
 <html>
-<head></head>
+<head>
+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+</head>
 <body>
 <pre>
 kadath:script&gt; cabal repl
diff --git a/deepseq-bounded.cabal b/deepseq-bounded.cabal
--- a/deepseq-bounded.cabal
+++ b/deepseq-bounded.cabal
@@ -1,14 +1,14 @@
 
 name:		deepseq-bounded
-version:        0.5.4
+version:        0.5.5
 synopsis:       Bounded deepseq, including support for generic deriving
 homepage:       http://fremissant.net/deepseq-bounded
 license:	BSD3
 license-file:	LICENSE
 author:         Andrew G. Seniuk
 maintainer:     Andrew Seniuk <rasfar@gmail.com>
-bug-reports:    Andrew Seniuk <rasfar@gmail.com>
---bug-reports:    http://fremissant.net/deepseq-bounded/trac
+bug-reports:    http://fremissant.net/deepseq-bounded/trac
+---bug-reports:    Andrew Seniuk <rasfar@gmail.com>
 category:       Control
 build-type:     Simple
 cabal-version:  >=1.10
@@ -63,7 +63,7 @@
 -- source-repository this
 --   type:     git
 --   location: https://www.fremissant.com/package/deepseq-bounded.git
---   tag:      deepseq-bounded-1.3.0.2-release
+--   tag:      deepseq-bounded-0.5.0-release
 
 Flag HASKELL98_FRAGMENT
   Description: Sacrifice generic deriving, the NFDataPDyn module, and a couple functions from the PatAlg module, in exchange for true Haskell98 conformance (portability). You need to set PARALLELISM_EXPERIMENT, USE_WW_DEEPSEQ, USE_SOP, and NFDATA_INSTANCE_PATTERN to False if you set HASKELL98_FRAGMENT to True. (One thing it insists on is -XPatternGuards, although this could be relieved in the obvious way...)
@@ -263,6 +263,9 @@
 
   build-depends:
       base == 4.*
+
+    , deepseq-bounded
+
     , HUnit == 1.2.*
     , random == 1.1
 
