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.4
+version: 0.0.1.6
 category: Filesystem, Text
 
 synopsis: Read and write UTF-8 text files
@@ -25,6 +25,7 @@
   , GHC == 8.4.3
   , GHC == 8.6.1
   , GHC == 8.8.1
+  , GHC == 8.10.1
 
 source-repository head
   type: git
@@ -39,7 +40,7 @@
       Path.Text.UTF8
 
   build-depends:
-      base            >= 4.7  && < 4.14
+      base            >= 4.7  && < 4.15
     , bytestring      >= 0.10 && < 0.11
     , path            >= 0.5  && < 0.8
     , safe-exceptions >= 0.1  && < 0.2
