changed ghc command for haskell homework/project
This commit is contained in:
parent
79fa218c0f
commit
0b3eeb2a3b
2
conf.org
2
conf.org
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue