From ffbd690cbc2ddcc6fe7e191bb80602d91ae51fae Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 26 Aug 2019 17:36:17 -0700 Subject: [PATCH] Simplify stack.yaml after cabal file changes. We don't need so many local ghc options now that they're specified in pandoc.cabal. I've kept `-fhide-source-paths` (in case we move this out of pandoc.cabal) and `-Wno-missing-home-modules` (which seems to be needed for `stack ghci` to work). --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index bec6cd26a..ff78ca549 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,5 +27,5 @@ extra-deps: - git: https://github.com/jgm/doctemplates commit: 2f7e7ea71d75b58b52f7ee4122b43aa5d5f68445 ghc-options: - "$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -Wcpp-undef -fhide-source-paths -Wno-missing-home-modules + "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-13.17