Add options_ghc

Cette révision appartient à :
Julian Ospald 2020-01-15 00:00:00 +01:00
Parent caf14747db
révision 0210c56e76
Signature inconnue de Gitea
ID de la clé GPG: 511B62C09D50CD28
1 fichiers modifiés avec 13 ajouts et 1 suppressions

Voir le fichier

@ -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