clocked 0.4.1.1 → 0.4.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~clockPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clock
API changes (from Hackage documentation)
Files
- clocked.cabal +2/−2
clocked.cabal view
@@ -1,5 +1,5 @@ Name: clocked-Version: 0.4.1.1+Version: 0.4.1.2 Synopsis: timer functionality to clock IO commands Description: clocked is a library that allows you to clock IO-operations. You can use it to clock the rendering of frames, the calculation of steps in a physics engine, the triggering of musical events in a real-time system, etc. Homepage: http://patch-tag.com/r/shahn/clocked/home@@ -44,7 +44,7 @@ containers if !os(darwin) build-depends:- clock+ clock == 0.2.0.0 if os(darwin) build-depends: time