ghc-mod icon indicating copy to clipboard operation
ghc-mod copied to clipboard

Add an ExplicitProject constructor, which reads options from a file

Open alang9 opened this issue 10 years ago • 1 comments

In the absence of a cabal config, cabal sandbox, or stack config, a ghc-mod.options file allows us to define a project root, and options to pass to ghc. This is useful for projects with custom build systems.

alang9 avatar Sep 09 '15 00:09 alang9

Also some tests covering at least the check, type, modules, find and doc commands would be nice.

DanielG avatar Sep 09 '15 02:09 DanielG