changed ghc command for haskell homework/project

This commit is contained in:
petrucci4prez 2018-09-08 19:56:02 -04:00
parent 79fa218c0f
commit 0b3eeb2a3b
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ NOTES:
:hook :hook
(haskell-mode . company-mode) (haskell-mode . company-mode)
:config :config
(setq haskell-compile-command "ghc -dynamic -Wall -ferror-spans -fforce-recomp -c %s" (setq haskell-compile-command "ghc -dynamic -Wall -ferror-spans -threaded -fforce-recomp %s"
haskell-interactive-popup-errors nil)) haskell-interactive-popup-errors nil))
(use-package company-ghc (use-package company-ghc