From 87a5ff6e110a7a32c787589347301a4e4acb23ef Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 8 Jun 2023 06:40:56 -1000 Subject: [PATCH] ;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. --- .ghci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ghci b/.ghci index 76608f90d..e1e5a2a0d 100644 --- a/.ghci +++ b/.ghci @@ -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