diff --git a/src/Text/PrettyPrint/Annotated/WL.hs b/src/Text/PrettyPrint/Annotated/WL.hs
--- a/src/Text/PrettyPrint/Annotated/WL.hs
+++ b/src/Text/PrettyPrint/Annotated/WL.hs
@@ -7,7 +7,7 @@
 --
 -- License     :  BSD-style (see the file LICENSE)
 --
--- Maintainer  :  ekmett@gmail.com
+-- Maintainer  :  mail@daniel-mendler.de
 -- Stability   :  experimental
 -- Portability :  portable
 --
diff --git a/wl-pprint-annotated.cabal b/wl-pprint-annotated.cabal
--- a/wl-pprint-annotated.cabal
+++ b/wl-pprint-annotated.cabal
@@ -3,9 +3,9 @@
 -- see: https://github.com/sol/hpack
 
 name:          wl-pprint-annotated
-category:      Control, Monads, Text
-version:       0.0.1.0
-synopsis:      Wadler/Leijen pretty printer with annotations
+category:      Text
+version:       0.0.1.1
+synopsis:      Wadler/Leijen pretty printer with annotations and slightly modernized API
 cabal-version: >= 1.10
 license:       BSD3
 license-file:  LICENSE
@@ -16,7 +16,7 @@
 homepage:      https://github.com/minad/wl-pprint-annotated#readme
 bug-reports:   https://github.com/minad/wl-pprint-annotated/issues
 copyright:     2011-2012 Edward A. Kmett, 2000 Daan Leijen
-description:   Wadler/Leijen pretty printer with annotations
+description:   Wadler/Leijen pretty printer with annotations and slightly modernized API
 build-type:    Simple
 
 source-repository head
@@ -28,7 +28,7 @@
     src
   ghc-options: -Wall
   build-depends:
-    base       == 4.*,
+    base       < 6,
     containers >= 0.4  && < 0.6,
     semigroups >= 0.9  && < 1,
     text       >= 0.11 && < 1.3,
@@ -44,7 +44,7 @@
     test
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-    base       == 4.*,
+    base       < 6,
     containers >= 0.4  && < 0.6,
     semigroups >= 0.9  && < 1,
     text       >= 0.11 && < 1.3,
