From 56a9ed6d66fbe38c01e4a72c3af108711fd02def Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 28 Oct 2020 19:53:02 -1000 Subject: [PATCH] tools: use pretty-simple for ghci output --- .ghci | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ghci b/.ghci index bc4c6912f..2eb2566b6 100644 --- a/.ghci +++ b/.ghci @@ -1,4 +1,7 @@ :set prompt "ghci> " +-- https://github.com/cdepillabout/pretty-simple +:set -package pretty-simple +:set -interactive-print=Text.Pretty.Simple.pPrint -- ghci commands to be run once at ghci startup -- http://www.haskell.org/ghc/docs/7.6.3/html/users_guide/ghci-commands.html