clock 0.4.5.0 → 0.4.6.0
raw patch · 1 files changed
+3/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- clock.cabal +3/−1
clock.cabal view
@@ -1,5 +1,5 @@ name: clock-version: 0.4.5.0+version: 0.4.6.0 stability: stable synopsis: High-resolution clock functions: monotonic, realtime, cputime. description: A package for convenient access to high-resolution clock and@@ -22,6 +22,8 @@ Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06, exported correctly on 2015-04-20. . Imported Control.Applicative operators correctly for Haskell Platform on Windows on 2015-04-21.+ .+ GNU/HURD build failure reported by Pino Toscano, patched by Joachim Breitner on 2015-05-07. . [Version Scheme] Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly