From 6e7ef6fbfc2907f4d33858cacefd4d099ae16b66 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 8 Aug 2017 22:44:47 -0700 Subject: [PATCH] Don't put fancy warnings in pandoc.cabal ghc-options. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,