diff --git a/mdcat.cabal b/mdcat.cabal
--- a/mdcat.cabal
+++ b/mdcat.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                mdcat
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Markdown viewer in your terminal
 description:		 A simple command line tool for viewing markdown in your terminal
 -- description:         
@@ -21,7 +21,7 @@
   main-is:             Main.hs
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.7 && <4.8, pandoc >=1.13 && <1.14, directory >=1.2 && <1.3, ansi-terminal >=0.6 && <0.7, terminfo >= 0.4.0.0
+  build-depends:       base >=4.7 && <5.0, pandoc >=1.13 && <1.14, directory >=1.2 && <1.3, ansi-terminal >=0.6 && <0.7, terminfo >= 0.4.0.0
   hs-source-dirs:      src
   default-language:    Haskell2010
 
