Browse Source

Add options_ghc

master
Julian Ospald 4 years ago
parent
commit
0210c56e76
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      config.yaml

+ 13
- 1
config.yaml View File

@@ -12,7 +12,19 @@ conf_debug:
dconf_dump_bridoc_simpl_columns: false
dconf_dump_ast_full: false
conf_forward:
options_ghc: []
options_ghc:
- -XLambdaCase
- -XMultiWayIf
- -XGADTs
- -XPatternGuards
- -XViewPatterns
- -XRecursiveDo
- -XTupleSections
- -XExplicitForAll
- -XImplicitParams
- -XQuasiQuotes
- -XTemplateHaskell
- -XBangPatterns
conf_errorHandling:
econf_ExactPrintFallback: ExactPrintFallbackModeInline
econf_Werror: false


Loading…
Cancel
Save