aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-10 10:27:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-10 10:27:31 -0800
commit248a2a1db5cb567499a9272a2a2f2390c13d9275 (patch)
tree6d4dbd0ab2b6c458bc713452c1f47990d40fff78 /pandoc.cabal
parent9af56641817c231e6ef4098b44883df551c40436 (diff)
downloadpandoc-248a2a1db5cb567499a9272a2a2f2390c13d9275.tar.gz
cabal: remove -Werror=missing-home-modules.
It causes problems using cabal repl.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 0 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2e447a553..7f8df272f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -477,7 +477,6 @@ library
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths
default-language: Haskell2010
@@ -696,7 +695,6 @@ executable pandoc
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths
executable trypandoc
@@ -723,7 +721,6 @@ executable trypandoc
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths
benchmark weigh-pandoc
@@ -750,7 +747,6 @@ benchmark weigh-pandoc
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths
@@ -857,7 +853,6 @@ test-suite test-pandoc
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths
@@ -888,5 +883,4 @@ benchmark benchmark-pandoc
if impl(ghc >= 8.4)
ghc-options: -Wincomplete-uni-patterns
-Widentities
- -Werror=missing-home-modules
-fhide-source-paths