Add this to your .ghci:
.ghci
:set -XFlexibleInstances instance {-# INCOHERENT #-} Show [Char] where show s = "\"" ++ s ++ "\""