diff --git a/HTML/bigoutput.html b/HTML/bigoutput.html
--- a/HTML/bigoutput.html
+++ b/HTML/bigoutput.html
@@ -3,6 +3,9 @@
 <html>
 <head>
 <title>Generic shapeOf etc. - Big Output</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/ghc.html b/HTML/ghc.html
--- a/HTML/ghc.html
+++ b/HTML/ghc.html
@@ -3,6 +3,9 @@
 <html>
 <head>
 <title>Generic shapeOf etc. - GHC</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/ghc1.html b/HTML/ghc1.html
--- a/HTML/ghc1.html
+++ b/HTML/ghc1.html
@@ -3,6 +3,9 @@
 <html>
 <head>
 <title>Generic shapeOf etc. - GHC1</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/ghc2.html b/HTML/ghc2.html
--- a/HTML/ghc2.html
+++ b/HTML/ghc2.html
@@ -3,6 +3,9 @@
 <html>
 <head>
 <title>Generic shapeOf etc. - GHC2</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>Haskell Generic shapeOf, etc.</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/sai-shape-syb.html b/HTML/sai-shape-syb.html
--- a/HTML/sai-shape-syb.html
+++ b/HTML/sai-shape-syb.html
@@ -2,6 +2,9 @@
 <html>
 <head>
 <title>Generic shapeOf, and more General Homomorphisms</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/test-code.html b/HTML/test-code.html
--- a/HTML/test-code.html
+++ b/HTML/test-code.html
@@ -3,6 +3,9 @@
 <html>
 <head>
 <title>Generic shapeOf, and more General Homomorphisms - The Test</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/sai-shape-syb.cabal b/sai-shape-syb.cabal
--- a/sai-shape-syb.cabal
+++ b/sai-shape-syb.cabal
@@ -1,6 +1,6 @@
 
 name:                sai-shape-syb
-version:             0.3.2
+version:             0.3.3
 synopsis:            Obtain homogeneous values from arbitrary values, transforming or culling data
 description:
     This package provides SYB shape support: generic mapping to
@@ -17,10 +17,10 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Andrew Seniuk
-maintainer:          rasfar@gmail.com
+maintainer:          Andrew Seniuk <rasfar@gmail.com>
 homepage:            http://www.fremissant.net/shape-syb
--- URL with bug-tracker server preferred to email:
-bug-reports:         rasfar@gmail.com
+bug-reports:         http://fremissant.net/shape-syb/trac
+---bug-reports:         Andrew Seniuk <rasfar@gmail.com>
 category:            Generics
 build-type:          Simple
 -- extra-source-files:  
@@ -65,7 +65,7 @@
   build-depends:
                        base == 4.*
                      , syb <= 0.4.2
-                     , ghc >= 7.6.3 && < 7.9
+                     , ghc >= 7.4 && < 7.9
 --                   , ghc-paths == 0.1.*
                      , ghc-syb-utils == 0.2.*
   if flag(USE_DATA_TREE)
@@ -117,8 +117,10 @@
   build-depends:
                        base == 4.*
 
+                     , sai-shape-syb
+
                      , syb <= 0.4.2
-                     , ghc >= 7.6.3 && < 7.9
+                     , ghc >= 7.4 && < 7.9
 --                   , ghc-paths == 0.1.*
                      , ghc-syb-utils == 0.2.*
                      -- XXX only for testing (to make a Data.Map)
