diff --git a/ascii-group.cabal b/ascii-group.cabal
--- a/ascii-group.cabal
+++ b/ascii-group.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-group
-version: 1.0.0.12
+version: 1.0.0.13
 synopsis: ASCII character groups
 category: Data, Text
 
@@ -34,7 +34,7 @@
 
     build-depends:
         ascii-char ^>= 1.0
-      , base >= 4.11 && < 4.17
+      , base >= 4.13 && < 4.17
 
 library
     import: base
@@ -48,7 +48,7 @@
         StandaloneDeriving
 
     build-depends:
-        hashable >= 1.2 && < 1.5
+        hashable >= 1.3 && < 1.5
 
     exposed-modules:
         ASCII.Group
@@ -61,7 +61,7 @@
 
     build-depends:
         ascii-group
-      , hedgehog ^>= 1.0 || ^>= 1.1
+      , hedgehog ^>= 1.0.1 || ^>= 1.1 || ^>= 1.2
 
     default-extensions:
         OverloadedStrings
