packages feed

clock 0.4.4.0 → 0.4.5.0

raw patch · 2 files changed

+6/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/Clock.hsc view
@@ -14,7 +14,7 @@   , 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.4.0+version:       0.4.5.0 stability:     stable synopsis:      High-resolution clock functions: monotonic, realtime, cputime. description:   A package for convenient access to high-resolution clock and@@ -21,6 +21,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.+               .                [Version Scheme]                Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly                .@@ -31,8 +33,8 @@ license-file:  LICENSE author:        Cetin Sert <cetin@corsis.eu>, Corsis Research maintainer:    Cetin Sert <cetin@corsis.eu>, Corsis Research-homepage:      http://corsis.github.com/clock/-bug-reports:   http://corsis.github.com/clock/issues+homepage:      https://github.com/corsis/clock+bug-reports:   https://github.com/corsis/clock/issues category:      System build-type:    Simple cabal-version: >= 1.6