Add .ghci configuration file
Create a project-local .ghci file to define sensible defaults (e.g. -Wincomplete-patterns). TODO: Discover more GHC options to put in this file. I would prefer to keep this at the project root, but because I'm running the project from the src directory, I need to keep .ghci there.
This commit is contained in:
parent
b9ed4a2dc1
commit
9a19942c03
1 changed files with 2 additions and 0 deletions
2
src/.ghci
Normal file
2
src/.ghci
Normal file
|
@ -0,0 +1,2 @@
|
|||
:set prompt "> "
|
||||
:set -Wincomplete-patterns
|
Loading…
Reference in a new issue