aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7696e22b3..72e7c2da5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,7 +400,6 @@ common common-options
default-language: Haskell2010
build-depends: base >= 4.9 && < 5,
text >= 1.1.1.0 && < 1.3
- other-extensions: NoImplicitPrelude
ghc-options: -Wall -fno-warn-unused-do-bind
-Wincomplete-record-updates
-Wnoncanonical-monad-instances
@@ -409,6 +408,7 @@ common common-options
hs-source-dirs: prelude
other-modules: Prelude
build-depends: base-compat >= 0.9
+ other-extensions: NoImplicitPrelude
if os(windows)
cpp-options: -D_WINDOWS