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.0
+version: 0.0.1.1
 category: Filesystem, Text
 
 synopsis: Read and write UTF-8 text files
@@ -8,7 +8,7 @@
              packages, providing convenient functions to read and
              write UTF-8 text files.
 
-homepage:    https://github.com/chris-martin/path-text-utf8#readme
+homepage:    https://github.com/chris-martin/path-text-utf8
 bug-reports: https://github.com/chris-martin/path-text-utf8/issues
 
 author:     Chris Martin <ch.martin@gmail.com>
@@ -33,7 +33,7 @@
       Path.Text.UTF8
 
   build-depends:
-      base            >= 4.7  && < 4.11
+      base            >= 4.7  && < 4.12
     , bytestring      >= 0.10 && < 0.11
     , path            >= 0.5  && < 0.7
     , safe-exceptions >= 0.1  && < 0.2
