diff --git a/chatty-text.cabal b/chatty-text.cabal
--- a/chatty-text.cabal
+++ b/chatty-text.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.6
+version:             0.6.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            Provides some classes and types for dealing with text, using the fundaments of Chatty.
@@ -57,7 +57,7 @@
   -- other-extensions:    
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.6 && <4.7, chatty >= 0.6 && < 0.7, transformers >=0.3 && <0.4
+  build-depends:       base >=4.6 && <4.8, chatty >= 0.6 && < 0.7, transformers >=0.3 && <0.4
   
   -- Directories containing source files.
   -- hs-source-dirs:      
