Add some ghc options in circleci config.
This commit is contained in:
parent
511cc2563a
commit
4c958f1589
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "2.1"
|
|||
env: &env
|
||||
environment:
|
||||
LC_ALL: "C.UTF-8"
|
||||
GHC_OPTS: "-O0 -Wall"
|
||||
GHC_OPTS: "-O0 -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -fhide-source-paths"
|
||||
docker:
|
||||
- image: fpco/stack-build:lts
|
||||
|
||||
|
|
Loading…
Reference in a new issue