diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 0.3.2.2
+---------------
+
+Allow `pretty-show-1.6.2` in the test suite
+
 Version 0.3.2.1
 ---------------
 
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.1
+Version:                0.3.2.2
 License:                BSD3
 Author:                 Roman Cheplyaka, Lennart Augustsson
 Maintainer:             Roman Cheplyaka <roma@ro-che.info>
@@ -307,7 +307,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
+    , pretty-show >= 1.6.1 && <= 1.6.2
     , Cabal
     , haskell-names
     , tagged
