@@ -76,7 +76,7 @@ versions:
76
76
77
77
78
78
# - 1.8.0.0
79
- # - upstream: origin/master
79
+ - upstream : origin/master
80
80
# - HEAD~1
81
81
- HEAD
82
82
@@ -95,25 +95,27 @@ configurations:
95
95
# The implicitly included plugins are:
96
96
# - ghcide-core
97
97
# - ghcide-hover-and-symbols
98
- - None : []
99
- - Core :
100
- - callHierarchy
101
- - codeRange
102
- - eval
103
- - ghcide-code-actions-bindings
104
- - ghcide-code-actions-fill-holes
105
- - ghcide-code-actions-imports-exports
106
- - ghcide-code-actions-type-signatures
107
- - ghcide-completions
108
- - ghcide-type-lenses
109
- - pragmas
110
- - Ghcide :
111
- - ghcide-code-actions-bindings
112
- - ghcide-code-actions-fill-holes
113
- - ghcide-code-actions-imports-exports
114
- - ghcide-code-actions-type-signatures
115
- - ghcide-completions
116
- - ghcide-type-lenses
98
+
99
+ # Uncomment below sections if needed
100
+ # - None: []
101
+ # - Core:
102
+ # - callHierarchy
103
+ # - codeRange
104
+ # - eval
105
+ # - ghcide-code-actions-bindings
106
+ # - ghcide-code-actions-fill-holes
107
+ # - ghcide-code-actions-imports-exports
108
+ # - ghcide-code-actions-type-signatures
109
+ # - ghcide-completions
110
+ # - ghcide-type-lenses
111
+ # - pragmas
112
+ # - Ghcide:
113
+ # - ghcide-code-actions-bindings
114
+ # - ghcide-code-actions-fill-holes
115
+ # - ghcide-code-actions-imports-exports
116
+ # - ghcide-code-actions-type-signatures
117
+ # - ghcide-completions
118
+ # - ghcide-type-lenses
117
119
- All :
118
120
- alternateNumberFormat
119
121
- callHierarchy
@@ -140,36 +142,36 @@ configurations:
140
142
- refineImports
141
143
- rename
142
144
- stylish-haskell
143
- - alternateNumberFormat
144
- # - brittany
145
- - callHierarchy
146
- - changeTypeSignature
147
- - class
148
- - codeRange
149
- - eval
150
- - explicitFixity
151
- # - floskell
152
- # - fourmolu
153
- - gadt
154
- - ghcide-code-actions-bindings
155
- - ghcide-code-actions-fill-holes
156
- - ghcide-code-actions-imports-exports
157
- - ghcide-code-actions-type-signatures
158
- - ghcide-completions
159
- # - ghcide-core # implicitly included in all configurations
160
- # - ghcide-hover-and-symbols # implicitly included in all configurations
161
- - ghcide-type-lenses
162
- - haddockComments
163
- - hlint
164
- - importLens
165
- - moduleName
166
- # - ormolu
167
- - pragmas
168
- - qualifyImportedNames
169
- - refineImports
170
- - rename
171
- - retrie
172
- - splice
173
- - stan
174
- # - stylish-haskell
175
- - tactics
145
+ # - alternateNumberFormat
146
+ # # - brittany
147
+ # - callHierarchy
148
+ # - changeTypeSignature
149
+ # - class
150
+ # - codeRange
151
+ # - eval
152
+ # - explicitFixity
153
+ # # - floskell
154
+ # # - fourmolu
155
+ # - gadt
156
+ # - ghcide-code-actions-bindings
157
+ # - ghcide-code-actions-fill-holes
158
+ # - ghcide-code-actions-imports-exports
159
+ # - ghcide-code-actions-type-signatures
160
+ # - ghcide-completions
161
+ # # - ghcide-core # implicitly included in all configurations
162
+ # # - ghcide-hover-and-symbols # implicitly included in all configurations
163
+ # - ghcide-type-lenses
164
+ # - haddockComments
165
+ # - hlint
166
+ # - importLens
167
+ # - moduleName
168
+ # # - ormolu
169
+ # - pragmas
170
+ # - qualifyImportedNames
171
+ # - refineImports
172
+ # - rename
173
+ # - retrie
174
+ # - splice
175
+ # - stan
176
+ # # - stylish-haskell
177
+ # - tactics
0 commit comments