diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 executable. Currently a work in progress (see
 [FIXME items](https://github.com/chrisdone/hindent/blob/master/src/HIndent/Pretty.hs)).
 
-[Haddock API documentation](http://chrisdone.github.io/hindent/).
+[Documentation](http://chrisdone.github.io/hindent/)
 
 ## Install
 
diff --git a/hindent.cabal b/hindent.cabal
--- a/hindent.cabal
+++ b/hindent.cabal
@@ -1,5 +1,5 @@
 name:                hindent
-version:             4.3.4
+version:             4.3.5
 synopsis:            Extensible Haskell pretty printer
 description:         Extensible Haskell pretty printer. Both a library and an executable.
                      .
@@ -40,7 +40,7 @@
   build-depends:     base >= 4 && < 5
                    , hindent
                    , text
-                   , descriptive >= 0.7 && < 0.8
+                   , descriptive >= 0.7 && < 0.9
                    , haskell-src-exts
 
 executable hindent-generate-tests
