Skip to content

Commit

Permalink
Add -fshow-loaded-modules option to ghci
Browse files Browse the repository at this point in the history
It error'd otherwise when loading a module.
haskell/haskell-mode#1553 (comment)
  • Loading branch information
yoricksijsling committed Mar 14, 2018
1 parent 0b277db commit f0408fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs.d/yorick.el
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
;; (setq haskell-process-suggest-hoogle-imports t)
(setq haskell-tags-on-save t)
(setq haskell-process-args-stack-ghci
'("--ghci-options=-ferror-spans" ;; -ddump-splices -ddump-to-file"
'("--ghci-options=-ferror-spans -fshow-loaded-modules" ;; -ddump-splices -ddump-to-file"
"--bench" "--test" ;; Include load paths for testing and benchmark packages
;; Default included no-build, but i want to build all my stuff
;; Default included no-load, but i want all modules to be loaded??
Expand Down

0 comments on commit f0408fe

Please sign in to comment.