I would like to log all output and input to a file in GHCI.
What I have done so far:
I have tried to use :h
in GHCI, but I did not see any options
or flags
to do so.
I also have tried to search some configuration for .ghc/ghci.conf
and I still have no luck.
I knew the .ghc/ghci_history
stores all the input :commands.
My GHCI version: version 7.10.3