diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-09 12:49:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-09 12:49:15 -0800 |
commit | a8b2031bb43aaca9b4c5643d8d118166f93041c3 (patch) | |
tree | b169c1a2f1eb28aeb03485f9cf0e4b0e4a435a10 | |
parent | a9a05110d01232fbc0d2eedc06de878bcef09b00 (diff) | |
download | pandoc-a8b2031bb43aaca9b4c5643d8d118166f93041c3.tar.gz |
Revert "Use -Wunused-packages on ghc >= 8.10."
This reverts commit 7a1d0f01e94d115f361ead110b60174bfc732033.
This option gives confusing output when a build is interrupted,
suggesting that packages aren't required when we just didn't
get to the model that requires them.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index a781170fa..4fde0fa43 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -403,8 +403,6 @@ common common-options -Wincomplete-record-updates -Wnoncanonical-monad-instances - if impl(ghc >= 8.10) - ghc-options: -Wunused-packages if impl(ghc < 8.4) hs-source-dirs: prelude other-modules: Prelude |