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:
parent
cd4b8f66bb
commit
ffbd690cbc
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ extra-deps:
|
||||||
- git: https://github.com/jgm/doctemplates
|
- git: https://github.com/jgm/doctemplates
|
||||||
commit: 2f7e7ea71d75b58b52f7ee4122b43aa5d5f68445
|
commit: 2f7e7ea71d75b58b52f7ee4122b43aa5d5f68445
|
||||||
ghc-options:
|
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
|
resolver: lts-13.17
|
||||||
|
|
Loading…
Reference in a new issue