diff --git a/config.yaml b/config.yaml index 983a6c1..19105cf 100644 --- a/config.yaml +++ b/config.yaml @@ -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