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,5 @@
 name: path-text-utf8
-version: 0.0.1.2
+version: 0.0.1.4
 category: Filesystem, Text
 
 synopsis: Read and write UTF-8 text files
@@ -24,6 +24,7 @@
     GHC == 8.2.2
   , GHC == 8.4.3
   , GHC == 8.6.1
+  , GHC == 8.8.1
 
 source-repository head
   type: git
@@ -38,8 +39,8 @@
       Path.Text.UTF8
 
   build-depends:
-      base            >= 4.7  && < 4.13
+      base            >= 4.7  && < 4.14
     , bytestring      >= 0.10 && < 0.11
-    , path            >= 0.5  && < 0.7
+    , path            >= 0.5  && < 0.8
     , safe-exceptions >= 0.1  && < 0.2
     , text            >= 1.2  && < 1.3
