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).
This commit is contained in:
John MacFarlane 2019-08-26 17:36:17 -07:00
parent cd4b8f66bb
commit ffbd690cbc

View file

@ -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