11cabal-version : 2.4
22category : Development
33name : haskell-language-server
4- version : 1.0 .0.0
4+ version : 1.1 .0.0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -187,37 +187,37 @@ common example-plugins
187187
188188common class
189189 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
191191 cpp-options : -Dclass
192192
193193common haddockComments
194194 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
196196 cpp-options : -DhaddockComments
197197
198198common eval
199199 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
201201 cpp-options : -Deval
202202
203203common importLens
204204 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
206206 cpp-options : -DimportLens
207207
208208common retrie
209209 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
211211 cpp-options : -Dretrie
212212
213213common tactic
214214 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
216216 cpp-options : -Dtactic
217217
218218common hlint
219219 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
221221 cpp-options : -Dhlint
222222
223223common moduleName
@@ -235,7 +235,7 @@ common pragmas
235235
236236common splice
237237 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
239239 cpp-options : -Dsplice
240240
241241-- formatters
@@ -268,7 +268,7 @@ common stylishHaskell
268268
269269common brittany
270270 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
272272 cpp-options : -Dbrittany
273273
274274executable haskell-language-server
0 commit comments