diff --git a/path-text-utf8.cabal b/path-text-utf8.cabal
--- a/path-text-utf8.cabal
+++ b/path-text-utf8.cabal
@@ -1,5 +1,7 @@
+cabal-version: 2.2
+
 name: path-text-utf8
-version: 0.0.1.6
+version: 0.0.1.8
 category: Filesystem, Text
 
 synopsis: Read and write UTF-8 text files
@@ -18,7 +20,6 @@
 license-file: license.txt
 
 build-type: Simple
-cabal-version: >= 1.10
 
 tested-with:
     GHC == 8.2.2
@@ -26,6 +27,7 @@
   , GHC == 8.6.1
   , GHC == 8.8.1
   , GHC == 8.10.1
+  , GHC == 9.0.1
 
 source-repository head
   type: git
@@ -40,8 +42,8 @@
       Path.Text.UTF8
 
   build-depends:
-      base            >= 4.7  && < 4.15
-    , bytestring      >= 0.10 && < 0.11
-    , path            >= 0.5  && < 0.8
-    , safe-exceptions >= 0.1  && < 0.2
-    , text            >= 1.2  && < 1.3
+      base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15
+    , bytestring ^>= 0.10.6 || ^>= 0.11
+    , path ^>= 0.5 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8
+    , safe-exceptions >= 0.1.5.0
+    , text ^>= 1.2.2
