diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,8 +1,18 @@
+0.9.0.1 (2016-05-26)
+====================
+
+-   Build with GHC 8.
+
 0.9.0.0 (2016-05-15)
 ====================
 
 - Deprecate the `Language.Thrift.Types` in favor of `Language.Thrift.AST`.
 - Upgrade to `megaparsec` 5.0.
+
+0.8.0.1 (2016-05-24)
+====================
+
+-   Build with GHC 8.
 
 0.8.0.0 (2016-02-09)
 ====================
diff --git a/language-thrift.cabal b/language-thrift.cabal
--- a/language-thrift.cabal
+++ b/language-thrift.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           language-thrift
-version:        0.9.0.0
+version:        0.9.0.1
 bug-reports:    https://github.com/abhinav/language-thrift/issues
 cabal-version:  >= 1.10
 build-type:     Simple
@@ -34,7 +34,7 @@
         src
     ghc-options: -Wall
     build-depends:
-        base >= 4.7 && < 4.9,
+        base >= 4.7 && < 5,
         ansi-wl-pprint >= 0.6 && < 0.7,
         megaparsec >= 5.0 && < 6.0,
         text >= 1.2,
@@ -58,7 +58,7 @@
         test
     ghc-options: -Wall
     build-depends:
-        base >= 4.7 && < 4.9,
+        base >= 4.7 && < 5,
         ansi-wl-pprint >= 0.6 && < 0.7,
         megaparsec >= 5.0 && < 6.0,
         text >= 1.2,
