diff --git a/alex-tools.cabal b/alex-tools.cabal
--- a/alex-tools.cabal
+++ b/alex-tools.cabal
@@ -1,5 +1,5 @@
 name:                alex-tools
-version:             0.5.0.1
+version:             0.5.0.2
 synopsis:            A set of functions for a common use case of Alex.
 description:         This captures a common patter for using Alex.
 license:             ISC
@@ -19,11 +19,11 @@
 library
   exposed-modules:     AlexTools, AlexToolsBin
   other-extensions:    TemplateHaskell
-  build-depends:       base >=4.7 && <4.15,
-                       text >=1.2.4 && <1.3,
-                       bytestring >= 0.9 && <0.11,
+  build-depends:       base >=4.7 && <4.17,
+                       text >= 1.2.4 && < 2.1,
+                       bytestring >= 0.9 && <0.12,
                        deepseq >=1.3 && <1.5,
-                       template-haskell >=2.9.0 && <2.17
+                       template-haskell >=2.9.0 && <2.19
   hs-source-dirs:      src
   ghc-options:         -Wall
   default-language:    Haskell2010
