diff --git a/language-thrift.cabal b/language-thrift.cabal
--- a/language-thrift.cabal
+++ b/language-thrift.cabal
@@ -1,5 +1,5 @@
 name          : language-thrift
-version       : 0.1.0.0
+version       : 0.1.0.1
 synopsis      : Parser for the Thrift IDL format.
 homepage      : https://github.com/abhinav/language-thrift
 license       : BSD3
@@ -20,7 +20,7 @@
 library
   exposed-modules  : Language.Thrift.Parser
                    , Language.Thrift.Types
-  build-depends    : base     >= 4.7  && < 4.8
+  build-depends    : base     >= 4.7  && < 4.9
                    , mtl
                    , text     >= 1.2
                    , parsers  >= 0.12 && < 0.13
