diff --git a/web-routing.cabal b/web-routing.cabal
--- a/web-routing.cabal
+++ b/web-routing.cabal
@@ -1,5 +1,5 @@
 name:                web-routing
-version:             0.1.0
+version:             0.1.1
 synopsis:            simple routing library
 -- description:         
 license:             MIT
@@ -20,7 +20,7 @@
                        Network.Routing.Compat
   build-depends:       base                 >=4.6  && <4.8
                      , bytestring           >=0.10 && <0.11
-                     , text                 >=1.2  && <1.3 
+                     , text                 >=1.1  && <1.3 
                      , unordered-containers >=0.2  && <0.3
   ghc-options:         -O2 -Wall
   hs-source-dirs:      src
