Add options_ghc
This commit is contained in:
parent
caf14747db
commit
0210c56e76
14
config.yaml
14
config.yaml
@ -12,7 +12,19 @@ conf_debug:
|
|||||||
dconf_dump_bridoc_simpl_columns: false
|
dconf_dump_bridoc_simpl_columns: false
|
||||||
dconf_dump_ast_full: false
|
dconf_dump_ast_full: false
|
||||||
conf_forward:
|
conf_forward:
|
||||||
options_ghc: []
|
options_ghc:
|
||||||
|
- -XLambdaCase
|
||||||
|
- -XMultiWayIf
|
||||||
|
- -XGADTs
|
||||||
|
- -XPatternGuards
|
||||||
|
- -XViewPatterns
|
||||||
|
- -XRecursiveDo
|
||||||
|
- -XTupleSections
|
||||||
|
- -XExplicitForAll
|
||||||
|
- -XImplicitParams
|
||||||
|
- -XQuasiQuotes
|
||||||
|
- -XTemplateHaskell
|
||||||
|
- -XBangPatterns
|
||||||
conf_errorHandling:
|
conf_errorHandling:
|
||||||
econf_ExactPrintFallback: ExactPrintFallbackModeInline
|
econf_ExactPrintFallback: ExactPrintFallbackModeInline
|
||||||
econf_Werror: false
|
econf_Werror: false
|
||||||
|
Loading…
Reference in New Issue
Block a user