diff --git a/pretty-show.cabal b/pretty-show.cabal
--- a/pretty-show.cabal
+++ b/pretty-show.cabal
@@ -1,5 +1,5 @@
 name:           pretty-show
-version:        1.6.3
+version:        1.6.5
 category:       Text
 
 synopsis:       Tools for working with derived `Show` instances and generic
@@ -44,7 +44,7 @@
     filepath,
     ghc-prim
   ghc-options: -Wall -O2
-  build-tools: happy >= 1.19
+  build-tools: happy
 
   source-repository head
     type:     git
@@ -57,7 +57,7 @@
   hs-source-dirs: bin
   build-depends:
     base          >= 3    &&  < 5,
-    pretty-show   == 1.6.3
+    pretty-show   == 1.6.5
   ghc-options: -Wall
 
   source-repository head
