;dev: remove now-redundant pretty-simple loading from .ghci

With current cabal this is usually done with an environment file
instead (`cabal install --lib base pretty-simple`), and doing
it again in .ghci breaks.
This commit is contained in:
Simon Michael 2023-06-08 06:40:56 -10:00
parent 873c7339a6
commit 87a5ff6e11

3
.ghci
View File

@ -5,7 +5,8 @@ setEnv "NO_COLOR" "1"
-- :m +*Hledger.Cli.Commands
-- https://github.com/cdepillabout/pretty-simple
:set -package pretty-simple
-- If not using a cabal environment file with pretty-simple added, this adds itK here:
-- :set -package pretty-simple
:set -interactive-print=Text.Pretty.Simple.pPrintNoColor
-- ghci commands to be run once at ghci startup