Skip to content

Commit

Permalink
Simplify stack.yaml after cabal file changes.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jgm committed Aug 27, 2019
1 parent cd4b8f6 commit ffbd690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -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

0 comments on commit ffbd690

Please sign in to comment.