diff --git a/clocked.cabal b/clocked.cabal
--- a/clocked.cabal
+++ b/clocked.cabal
@@ -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
