1
1
cabal-version : 2.4
2
2
category : Development
3
3
name : haskell-language-server
4
- version : 1.0 .0.0
4
+ version : 1.1 .0.0
5
5
synopsis : LSP server for GHC
6
6
description :
7
7
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -187,37 +187,37 @@ common example-plugins
187
187
188
188
common class
189
189
if flag(class) || flag(all-plugins)
190
- build-depends : hls-class-plugin ^>= 1.0.0.0
190
+ build-depends : hls-class-plugin ^>= 1.0.0.1
191
191
cpp-options : -Dclass
192
192
193
193
common haddockComments
194
194
if flag(haddockComments) || flag(all-plugins)
195
- build-depends : hls-haddock-comments-plugin ^>= 1.0.0.0
195
+ build-depends : hls-haddock-comments-plugin ^>= 1.0.0.1
196
196
cpp-options : -DhaddockComments
197
197
198
198
common eval
199
199
if flag(eval) || flag(all-plugins)
200
- build-depends : hls-eval-plugin ^>= 1.0 .0.0
200
+ build-depends : hls-eval-plugin ^>= 1.1 .0.0
201
201
cpp-options : -Deval
202
202
203
203
common importLens
204
204
if flag(importLens) || flag(all-plugins)
205
- build-depends : hls-explicit-imports-plugin ^>= 1.0.0.0
205
+ build-depends : hls-explicit-imports-plugin ^>= 1.0.0.1
206
206
cpp-options : -DimportLens
207
207
208
208
common retrie
209
209
if flag(retrie) || flag(all-plugins)
210
- build-depends : hls-retrie-plugin ^>= 1.0.0.0
210
+ build-depends : hls-retrie-plugin ^>= 1.0.0.1
211
211
cpp-options : -Dretrie
212
212
213
213
common tactic
214
214
if flag(tactic) || flag(all-plugins)
215
- build-depends : hls-tactics-plugin ^>= 1.0 .0.0
215
+ build-depends : hls-tactics-plugin ^>= 1.1 .0.0
216
216
cpp-options : -Dtactic
217
217
218
218
common hlint
219
219
if flag(hlint) || flag(all-plugins)
220
- build-depends : hls-hlint-plugin ^>= 1.0.0.0
220
+ build-depends : hls-hlint-plugin ^>= 1.0.0.2
221
221
cpp-options : -Dhlint
222
222
223
223
common moduleName
@@ -235,7 +235,7 @@ common pragmas
235
235
236
236
common splice
237
237
if flag(splice) || flag(all-plugins)
238
- build-depends : hls-splice-plugin ^>= 1.0.0.0
238
+ build-depends : hls-splice-plugin ^>= 1.0.0.1
239
239
cpp-options : -Dsplice
240
240
241
241
-- formatters
@@ -268,7 +268,7 @@ common stylishHaskell
268
268
269
269
common brittany
270
270
if (flag(brittany) || flag(all-formatters))
271
- build-depends : hls-brittany-plugin ^>= 1.0.0.0
271
+ build-depends : hls-brittany-plugin ^>= 1.0.0.1
272
272
cpp-options : -Dbrittany
273
273
274
274
executable haskell-language-server
0 commit comments