clock 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Clock.hsc +1/−1
- clock.cabal +1/−1
System/Clock.hsc view
@@ -84,7 +84,7 @@ -- adjtime(3). | MonotonicRaw - -- | since Linux 2.6.39; Linux-specific)+ -- | (since Linux 2.6.39; Linux-specific) -- Identical to CLOCK_MONOTONIC, except it also includes -- any time that the system is suspended. This allows -- applications to get a suspend-aware monotonic clock
clock.cabal view
@@ -1,5 +1,5 @@ name: clock-version: 0.6.0+version: 0.6.0.1 stability: stable synopsis: High-resolution clock functions: monotonic, realtime, cputime. description: A package for convenient access to high-resolution clock and