Package environment file log message not shown in all modes
When using GHC environment files, a message like Loaded package environment from /home/gthomas/code/hs-scripts/.ghc.environment.x86_64-linux-9.2.1 is printed upon invoking ghc or ghci, but not ghc -e, ghc --run or runghc. I can't see any rationale for this. The information seems useful in all modes.
Edited by Ben Gamari