mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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:
parent
873c7339a6
commit
87a5ff6e11
3
.ghci
3
.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
|
||||
|
Loading…
Reference in New Issue
Block a user