diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d6c463786..5df9f734e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -404,6 +404,8 @@ 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 |