diff --git a/System/Clock.hsc b/System/Clock.hsc
--- a/System/Clock.hsc
+++ b/System/Clock.hsc
@@ -63,17 +63,17 @@
   = Monotonic
 
     -- | The identifier of the system-wide clock measuring real time. For this
-    --   clock, the value returned by getTime represents the amount of time (in
+    --   clock, the value returned by 'getTime' represents the amount of time (in
     --   seconds and nanoseconds) since the Epoch.
   | Realtime
 
     -- | The identifier of the CPU-time clock associated with the calling
-    --   process. For this clock, the value returned by getTime represents the
+    --   process. For this clock, the value returned by 'getTime' represents the
     --   amount of execution time of the current process.
   | ProcessCPUTime
 
     -- | The identifier of the CPU-time clock associated with the calling OS
-    --   thread. For this clock, the value returned by getTime represents the
+    --   thread. For this clock, the value returned by 'getTime' represents the
     --   amount of execution time of the current OS thread.
   | ThreadCPUTime
 
diff --git a/clock.cabal b/clock.cabal
--- a/clock.cabal
+++ b/clock.cabal
@@ -1,5 +1,5 @@
 name:          clock
-version:       0.7.1
+version:       0.7.1.1
 stability:     stable
 synopsis:      High-resolution clock functions: monotonic, realtime, cputime.
 description:   A package for convenient access to high-resolution clock and
