From 0210c56e76a399728ef1f4a97be129990b5c18ec Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 15 Jan 2020 00:00:00 +0100 Subject: [PATCH] Add options_ghc --- config.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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