diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,9 +1,13 @@
 # Revision history for timeprint
 
- 0.1.0.0  -- 2016-06-04
+0.1.0.0  -- 2016-06-04
 
 * First version. Released on an unsuspecting world.
 
- 0.1.0.1  -- 2016-06-04
+0.1.0.1  -- 2016-06-04
 
 * Support for Haskell 7.6.3 >=
+
+0.1.0.2  -- 2016-06-04
+
+* Support for Haskell 7.10 >= only
diff --git a/timeprint.cabal b/timeprint.cabal
--- a/timeprint.cabal
+++ b/timeprint.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                timeprint
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Prints timestamps after each line evaluated
 description:        
             Prints timestamps after each line evaluated in 'ghci'.
@@ -26,7 +26,7 @@
   exposed-modules:     Text.Show.TimePrint
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.6 && <4.10, time >=1.4 && <1.7
+  build-depends:       base >=4.6 && <4.10, time >=1.5 && <1.7
   hs-source-dirs:      src
   default-language:    Haskell2010
 
