packages feed

clock 0.7.1 → 0.7.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/Clock.hsc view
@@ -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 
clock.cabal view
@@ -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