diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for layout-rules
 
+## 0.1.0.1  -- 2017-03-21
+
+* Adjust upper bounds on alex-tool
+
 ## 0.1.0.0  -- 2017-03-21
 
 * First version. Off-sides implementation extracted from the `located` package.
diff --git a/layout-rules.cabal b/layout-rules.cabal
--- a/layout-rules.cabal
+++ b/layout-rules.cabal
@@ -1,5 +1,5 @@
 name:                layout-rules
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A collection of different layout implementations
 homepage:            https://github.com/elliottt/layout-rules
 license:             BSD3
@@ -23,7 +23,7 @@
 library
   exposed-modules:     Text.Layout.OffSides
   build-depends:       base >=4.7 && < 5,
-                       alex-tools >= 0.1.1.0 && < 0.2,
+                       alex-tools >= 0.1.1.0 && < 0.3,
                        text >= 1.2 && < 1.3
   hs-source-dirs:      src
   default-language:    Haskell2010
