tools: use pretty-simple for ghci output

This commit is contained in:
Simon Michael 2020-10-28 19:53:02 -10:00
parent cca8802e2c
commit 56a9ed6d66

3
.ghci
View File

@ -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