Don't put fancy warnings in pandoc.cabal ghc-options.
This commit is contained in:
parent
005aba43df
commit
6e7ef6fbfc
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ Library
|
||||||
other-modules: Text.Pandoc.Data
|
other-modules: Text.Pandoc.Data
|
||||||
if os(windows)
|
if os(windows)
|
||||||
Cpp-options: -D_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
|
Ghc-Prof-Options: -fprof-auto-exported
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
Other-Extensions: PatternGuards, OverloadedStrings,
|
Other-Extensions: PatternGuards, OverloadedStrings,
|
||||||
|
|
Loading…
Add table
Reference in a new issue