diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-08 22:44:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-08 22:44:47 -0700 |
commit | 6e7ef6fbfc2907f4d33858cacefd4d099ae16b66 (patch) | |
tree | 49eb9b7959da209d3ec45164f2ae80f0b3333872 | |
parent | 005aba43df428e31febeb9af6f78eaed6a1ed953 (diff) | |
download | pandoc-6e7ef6fbfc2907f4d33858cacefd4d099ae16b66.tar.gz |
Don't put fancy warnings in pandoc.cabal ghc-options.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index a190ee68a..53720be3f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -344,7 +344,7 @@ Library other-modules: Text.Pandoc.Data if os(windows) Cpp-options: -D_WINDOWS - Ghc-Options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind + Ghc-Options: -Wall -fno-warn-unused-do-bind Ghc-Prof-Options: -fprof-auto-exported Default-Language: Haskell98 Other-Extensions: PatternGuards, OverloadedStrings, |