diff --git a/inchworm.cabal b/inchworm.cabal
--- a/inchworm.cabal
+++ b/inchworm.cabal
@@ -1,5 +1,5 @@
 name:           inchworm
-version:        1.0.2.1
+version:        1.0.2.2
 license:        MIT
 license-file:   LICENSE
 author:         The Inchworm Development Team
@@ -12,7 +12,7 @@
 synopsis:       Inchworm Lexer Framework
 
 description:    Parser combinator framework specialized to lexical analysis.
-                Tokens can be specified via simple fold functions, 
+                Tokens can be specified via simple fold functions,
                 and we include baked in source location handling.
 
                 If you want to parse expressions instead of tokens then try
@@ -20,20 +20,20 @@
                 general purpose combinators.
 
                 Comes with matchers for standard lexemes like integers,
-                comments, and Haskell style strings with escape handling. 
+                comments, and Haskell style strings with escape handling.
 
                 No dependencies other than the Haskell 'base' library.
 
 
 source-repository head
- type:     git 
+ type:     git
  location: https://github.com/DDCSF/inchworm.git
 
 
 library
-  build-Depends: 
-        base            >= 4.8   && < 4.10
-        
+  build-Depends:
+        base            >= 4.8   && < 4.12
+
   exposed-modules:
         Text.Lexer.Inchworm.Char
         Text.Lexer.Inchworm.Scanner
