|
| 1 | +--- |
| 2 | +conf_debug: |
| 3 | + dconf_roundtrip_exactprint_only: false |
| 4 | + dconf_dump_bridoc_simpl_par: false |
| 5 | + dconf_dump_ast_unknown: false |
| 6 | + dconf_dump_bridoc_simpl_floating: false |
| 7 | + dconf_dump_config: false |
| 8 | + dconf_dump_bridoc_raw: false |
| 9 | + dconf_dump_bridoc_final: false |
| 10 | + dconf_dump_bridoc_simpl_alt: false |
| 11 | + dconf_dump_bridoc_simpl_indent: false |
| 12 | + dconf_dump_annotations: false |
| 13 | + dconf_dump_bridoc_simpl_columns: false |
| 14 | + dconf_dump_ast_full: false |
| 15 | +conf_forward: |
| 16 | + options_ghc: |
| 17 | + - -XBangPatterns |
| 18 | + - -XConstraintKinds |
| 19 | + - -XDataKinds |
| 20 | + - -XDeriveDataTypeable |
| 21 | + - -XDeriveGeneric |
| 22 | + - -XDoAndIfThenElse |
| 23 | + - -XEmptyDataDecls |
| 24 | + - -XFlexibleContexts |
| 25 | + - -XFlexibleInstances |
| 26 | + - -XFunctionalDependencies |
| 27 | + - -XGADTs |
| 28 | + - -XKindSignatures |
| 29 | + - -XLambdaCase |
| 30 | + - -XMultiParamTypeClasses |
| 31 | + - -XMultiWayIf |
| 32 | + - -XNamedFieldPuns |
| 33 | + - -XNoImplicitPrelude |
| 34 | + - -XNoMonomorphismRestriction |
| 35 | + - -XOverloadedStrings |
| 36 | + - -XPolyKinds |
| 37 | + - -XQuasiQuotes |
| 38 | + - -XRank2Types |
| 39 | + - -XRecordWildCards |
| 40 | + - -XScopedTypeVariables |
| 41 | + - -XStandaloneDeriving |
| 42 | + - -XTemplateHaskell |
| 43 | + - -XTupleSections |
| 44 | + - -XTypeApplications |
| 45 | + - -XTypeFamilies |
| 46 | + - -XTypeOperators |
| 47 | + - -XViewPatterns |
| 48 | +conf_errorHandling: |
| 49 | + econf_ExactPrintFallback: ExactPrintFallbackModeInline |
| 50 | + econf_Werror: false |
| 51 | + econf_omit_output_valid_check: false |
| 52 | + econf_produceOutputOnErrors: false |
| 53 | +conf_preprocessor: |
| 54 | + ppconf_CPPMode: CPPModeAbort |
| 55 | + ppconf_hackAroundIncludes: false |
| 56 | +conf_obfuscate: false |
| 57 | +conf_roundtrip_exactprint_only: false |
| 58 | +conf_version: 1 |
| 59 | +conf_layout: |
| 60 | + lconfig_reformatModulePreamble: false |
| 61 | + lconfig_altChooser: |
| 62 | + tag: AltChooserBoundedSearch |
| 63 | + contents: 3 |
| 64 | + lconfig_allowSingleLineExportList: false |
| 65 | + lconfig_importColumn: 60 |
| 66 | + lconfig_hangingTypeSignature: false |
| 67 | + lconfig_importAsColumn: 50 |
| 68 | + lconfig_alignmentLimit: 1 |
| 69 | + lconfig_indentListSpecial: true |
| 70 | + lconfig_indentAmount: 2 |
| 71 | + lconfig_alignmentBreakOnMultiline: true |
| 72 | + lconfig_cols: 80 |
| 73 | + lconfig_indentPolicy: IndentPolicyLeft |
| 74 | + lconfig_indentWhereSpecial: true |
| 75 | + lconfig_columnAlignMode: |
| 76 | + tag: ColumnAlignModeDisabled |
| 77 | + contents: 0.7 |
0 commit comments