From 9e876fb568ca976440a5c9c7f94ae5a58baf178d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Mar 2019 09:20:39 -0700 Subject: Add nice default ghc options to stack.yaml. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index be1197274..f07b544e6 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,5 +18,5 @@ extra-deps: - texmath-0.11.2.2 - cmark-gfm-0.1.8 ghc-options: - "$locals": -fhide-source-paths -XNoImplicitPrelude + "$locals": -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 -j +RTS -A32M -RTS resolver: lts-13.9 -- cgit v1.2.3