diff --git a/src/Data/Time/Compat.hs b/src/Data/Time/Compat.hs
--- a/src/Data/Time/Compat.hs
+++ b/src/Data/Time/Compat.hs
@@ -1,8 +1,8 @@
 {-# LANGUAGE RecordWildCards #-}
 
 -- | Compatibility with the
---   <old-time http://hackage.haskell.org/package/old-time> package for the
---   \"new\" <time http://hackage.haskell.org/package/time> package.
+--   <http://hackage.haskell.org/package/old-time old-time> package for the
+--   \"new\" <http://hackage.haskell.org/package/time time> package.
 --
 --   This is useful for writing portable code; in particular, if you're
 --   using the <directory http://hackage.haskell.org/package/directory>
diff --git a/time-compat.cabal b/time-compat.cabal
--- a/time-compat.cabal
+++ b/time-compat.cabal
@@ -1,5 +1,5 @@
 name          : time-compat
-version       : 0.1.0.1
+version       : 0.1.0.2
 homepage      : http://hub.darcs.net/dag/time-compat
 bug-reports   : http://hub.darcs.net/dag/time-compat/issues
 category      : System
