diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.2.1.1 #
+
+* Bump base dep to allow 4.8.*
+  Builds with ghc-7.10.1
+
 # 0.2.1 #
 
 * Export 'Token' from 'Text.Trifecta.Indentation'
diff --git a/indentation.cabal b/indentation.cabal
--- a/indentation.cabal
+++ b/indentation.cabal
@@ -1,5 +1,5 @@
 name:                indentation
-version:             0.2.1
+version:             0.2.1.1
 synopsis:            Indentation sensitive parsing combinators for Parsec and Trifecta
 description:         Indentation sensitive parsing combinators for Parsec and Trifecta.
                      .                     
@@ -32,7 +32,7 @@
 
 library
   exposed-modules:     Text.Parser.Indentation.Implementation
-  build-depends:       base >=4.6 && <4.8,
+  build-depends:       base >=4.6 && <4.9,
                        mtl >=2.1
 
   if flag(Parsec)
