diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,3 +3,7 @@
  0.1.0.0  -- 2016-06-04
 
 * First version. Released on an unsuspecting world.
+
+ 0.1.0.1  -- 2016-06-04
+
+* Support for Haskell 7.6.3 >=
diff --git a/timeprint.cabal b/timeprint.cabal
--- a/timeprint.cabal
+++ b/timeprint.cabal
@@ -2,15 +2,15 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                timeprint
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Prints timestamps after each line evaluated
 description:        
-            Prints timestamps after each line evaluated in ghci.
-            
-            Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to the ghci command, or add this to your .ghci file:
-            
-            import qualified Text.Show.TimePrint
-            :set -interactive-print=Text.Show.TimePrint.timePrint
+            Prints timestamps after each line evaluated in 'ghci'.
+            .
+            Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to the 'ghci' command, or add this to your '.ghci' file:
+            .
+            `import qualified Text.Show.TimePrint
+            :set -interactive-print=Text.Show.TimePrint.timePrint`
 
 license:             BSD3
 license-file:        LICENSE
@@ -26,7 +26,7 @@
   exposed-modules:     Text.Show.TimePrint
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.9 && <4.10, time >=1.6 && <1.7
+  build-depends:       base >=4.6 && <4.10, time >=1.4 && <1.7
   hs-source-dirs:      src
   default-language:    Haskell2010
 
