File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 51
51
- extensions :
52
52
- default : true
53
53
54
- # Extensions enabled by `bazel` and `da-ghci` by default. We ban them here
55
- # to avoid useless pragmas piling up on the top of files.
56
- - {name: BangPatterns, within: []}
57
- - {name: DeriveDataTypeable, within: []}
58
- - {name: DeriveFoldable, within: []}
59
- - {name: DeriveFunctor, within: []}
60
- - {name: DeriveGeneric, within: []}
61
- - {name: DeriveTraversable, within: []}
62
- - {name: FlexibleContexts, within: []}
63
- - {name: GeneralizedNewtypeDeriving, within: []}
64
- - {name: LambdaCase, within: []}
65
- - {name: NamedFieldPuns, within: []}
66
- - {name: RecordWildCards, within: []}
67
- - {name: ScopedTypeVariables, within: []}
68
- - {name: StandaloneDeriving, within: []}
69
- - {name: TupleSections, within: []}
70
- - {name: TypeApplications, within: []}
71
- - {name: ViewPatterns, within: []}
72
-
73
54
# Shady extensions
74
55
- name : CPP
75
56
within :
You can’t perform that action at this time.
0 commit comments