diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -272,3 +272,11 @@
 [#25]: https://github.com/haskell-suite/haskell-names/issues/25
 [#32]: https://github.com/haskell-suite/haskell-names/issues/32
 [validation]: https://github.com/haskell-suite/haskell-names/issues?labels=validation&page=1&state=open
+
+Maintainers
+-----------
+
+[Roman Cheplyaka](https://github.com/feuerbach) is the primary maintainer.
+
+[Adam Bergmark](https://github.com/bergmark) is the backup maintainer. Please
+get in touch with him if the primary maintainer cannot be reached.
diff --git a/haskell-names.cabal b/haskell-names.cabal
--- a/haskell-names.cabal
+++ b/haskell-names.cabal
@@ -1,5 +1,5 @@
 Name:                   haskell-names
-Version:                0.3.2.4
+Version:                0.3.2.5
 License:                BSD3
 Author:                 Roman Cheplyaka, Lennart Augustsson
 Maintainer:             Roman Cheplyaka <roma@ro-che.info>
@@ -322,7 +322,7 @@
     , utf8-string
       -- we have to fix the pretty-show version, because the change in the
       -- output format may affect the tests success
-    , pretty-show >= 1.6.1 && <= 1.6.2
+    , pretty-show >= 1.6.1 && < 1.7
     , Cabal
     , haskell-names
     , tagged
