diff --git a/string-random.cabal b/string-random.cabal
--- a/string-random.cabal
+++ b/string-random.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name:          string-random
-version:       0.1.4.4
+version:       0.1.4.5
 synopsis:
   A library for generating random string from a regular experession
 
@@ -34,7 +34,7 @@
       attoparsec    >=0.13.1  && <0.15
     , base          >=4.9     && <5
     , containers    >=0.5.7.1 && <0.8
-    , random        >=1.1     && <1.3
+    , random        >=1.1     && <1.4
     , text          >=1.2.2.1 && <2.2
     , transformers  >=0.5.2.0 && <0.7
 
