diff --git a/Numeric/Units/Dimensional/CGS.lhs b/Numeric/Units/Dimensional/CGS.lhs
--- a/Numeric/Units/Dimensional/CGS.lhs
+++ b/Numeric/Units/Dimensional/CGS.lhs
@@ -2,7 +2,7 @@
 Bjorn Buckwalter, bjorn.buckwalter@gmail.com
 License: BSD3
 
-*** EXPERIMENTAL ***
+!!! EXPERIMENTAL !!!
 
 
 = Introduction =
diff --git a/Numeric/Units/Dimensional/Extensible.lhs b/Numeric/Units/Dimensional/Extensible.lhs
--- a/Numeric/Units/Dimensional/Extensible.lhs
+++ b/Numeric/Units/Dimensional/Extensible.lhs
@@ -7,13 +7,13 @@
 
 On January 3 Mike Gunter asked[1]:
 
-| The very nice Buckwalter and Denney dimensional-numbers packages
-| both work on a fixed set of base dimensions.  This is a significant
-| restriction for me--I want to avoid adding apples to oranges as
-| well as avoiding adding meters to grams.  Is it possible to have
-| an extensible set of base dimensions?  If so, how usable can such
-| a system be made?  Is it very much worse than a system with a fixed
-| set of base dimensions?
+  The very nice Buckwalter and Denney dimensional-numbers packages
+  both work on a fixed set of base dimensions.  This is a significant
+  restriction for me--I want to avoid adding apples to oranges as
+  well as avoiding adding meters to grams.  Is it possible to have
+  an extensible set of base dimensions?  If so, how usable can such
+  a system be made?  Is it very much worse than a system with a fixed
+  set of base dimensions?
 
 In this module we facilitate the addition an arbitrary number of
 "extra" dimensions to the seven base dimensions defined in
diff --git a/dimensional.cabal b/dimensional.cabal
--- a/dimensional.cabal
+++ b/dimensional.cabal
@@ -1,8 +1,8 @@
 Name:                dimensional
-Version:             0.8
+Version:             0.8.0.1
 License:             BSD3
 License-File:        LICENSE
-Copyright:           Bjorn Buckwalter 2006-2009
+Copyright:           Bjorn Buckwalter 2006-2010
 Author:              Bjorn Buckwalter
 Maintainer:          bjorn.buckwalter@gmail.com
 Stability:           mostly stable
@@ -19,7 +19,7 @@
     Requires GHC 6.6.1 or later.
 Category:            Math
 Build-Type:          Simple
-Build-Depends:       base < 5, time, numtype
+Build-Depends:       base < 5, time < 1.3, numtype < 1.1
                      -- , fad
 Exposed-Modules:     Numeric.Units.Dimensional,
                      Numeric.Units.Dimensional.Prelude,
