clock 0.4.3.0 → 0.4.4.0
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ System.Clock: timeSpecAsNanoSecs :: TimeSpec -> Integer
Files
- System/Clock.hsc +2/−1
- clock.cabal +2/−2
System/Clock.hsc view
@@ -11,9 +11,10 @@ , getTime , getRes , diffTimeSpec+ , timeSpecAsNanoSecs ) where -import Control.Applicative+import Control.Applicative() import Data.Int import Data.Typeable (Typeable) import Foreign.Ptr
clock.cabal view
@@ -1,5 +1,5 @@ name: clock-version: 0.4.3.0+version: 0.4.4.0 stability: stable synopsis: High-resolution clock functions: monotonic, realtime, cputime. description: A package for convenient access to high-resolution clock and@@ -19,7 +19,7 @@ . Windows code corrected by Dimitri Sabadie on 2015-02-09. .- Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06.+ Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06, exported correctly on 2015-04-20. . [Version Scheme] Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly