diff --git a/chronograph.cabal b/chronograph.cabal
--- a/chronograph.cabal
+++ b/chronograph.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                chronograph
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            measure timings of data evaluation
 description:         The 'Chronograph' data structure adds a measure field
                      to an existing Haskell expression.  This field will be the
@@ -34,7 +34,7 @@
   build-depends:       base >=4.5 && < 5.0,
                        ghc-prim >=0.2 && < 0.4,
                        deepseq ==1.3.*,
-                       thyme >= 0.3 && < 0.4,
+                       thyme >= 0.2 && < 0.4,
                        vector-space >= 0.6 && < 0.9
   hs-source-dirs:      src
 
