@@ -64,12 +64,12 @@ library
64
64
, cryptohash-sha1
65
65
, data-default
66
66
, ghc
67
- , ghcide >= 0.7.5
67
+ , ghcide ^ >= 1.0.0.0
68
68
, gitrev
69
69
, lsp
70
70
, hie-bios
71
71
, hiedb
72
- , hls-plugin-api >= 0.7.1
72
+ , hls-plugin-api ^ >= 1.0.0.0
73
73
, hslogger
74
74
, optparse-applicative
75
75
, optparse-simple
@@ -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 >= 0. 1.0.2
190
+ build-depends : hls-class-plugin ^ >= 1.0.0.0
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 >= 0.1.1.1
195
+ build-depends : hls-haddock-comments-plugin ^ >= 1.0.0.0
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 >= 0.2.0.1
200
+ build-depends : hls-eval-plugin ^ >= 1.0.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 >= 0. 1.0.2
205
+ build-depends : hls-explicit-imports-plugin ^ >= 1.0.0.0
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 >= 0.1.1.1
210
+ build-depends : hls-retrie-plugin ^ >= 1.0.0.0
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 >= 0.5.1.1
215
+ build-depends : hls-tactics-plugin ^ >= 1.0.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 >= 0.2.0.1
220
+ build-depends : hls-hlint-plugin ^ >= 1.0.0.0
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 >= 0.4.0.1
238
+ build-depends : hls-splice-plugin ^ >= 1.0.0.0
239
239
cpp-options : -Dsplice
240
240
241
241
-- formatters
@@ -392,7 +392,7 @@ common hls-test-utils
392
392
, data-default
393
393
, lsp
394
394
, hie-bios
395
- , hls-plugin-api >= 0.6
395
+ , hls-plugin-api ^ >= 1.0.0.0
396
396
, hslogger
397
397
, hspec
398
398
, hspec-core
0 commit comments