Skip to content

Commit b48026f

Browse files
committed
Remove pointless version constraints
1 parent 3a7365a commit b48026f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

haskell-language-server.cabal

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ flag cabal
140140

141141
common cabal
142142
if flag(cabal)
143-
build-depends: hls-cabal-plugin == 2.6.0.0
143+
build-depends: hls-cabal-plugin
144144
cpp-options: -Dhls_cabal
145145

146146
library hls-cabal-plugin
@@ -223,7 +223,7 @@ flag class
223223

224224
common class
225225
if flag(class)
226-
build-depends: hls-class-plugin == 2.6.0.0
226+
build-depends: hls-class-plugin
227227
cpp-options: -Dhls_class
228228

229229
library hls-class-plugin
@@ -287,7 +287,7 @@ flag callHierarchy
287287

288288
common callHierarchy
289289
if flag(callHierarchy)
290-
build-depends: hls-call-hierarchy-plugin == 2.6.0.0
290+
build-depends: hls-call-hierarchy-plugin
291291
cpp-options: -Dhls_callHierarchy
292292

293293
library hls-call-hierarchy-plugin
@@ -348,7 +348,7 @@ flag eval
348348

349349
common eval
350350
if flag(eval)
351-
build-depends: hls-eval-plugin == 2.6.0.0
351+
build-depends: hls-eval-plugin
352352
cpp-options: -Dhls_eval
353353

354354
library hls-eval-plugin
@@ -429,7 +429,7 @@ test-suite hls-eval-plugin-tests
429429

430430
common importLens
431431
if flag(importLens)
432-
build-depends: hls-explicit-imports-plugin == 2.6.0.0
432+
build-depends: hls-explicit-imports-plugin
433433
cpp-options: -Dhls_importLens
434434

435435
flag importLens
@@ -494,7 +494,7 @@ flag rename
494494

495495
common rename
496496
if flag(rename)
497-
build-depends: hls-rename-plugin == 2.6.0.0
497+
build-depends: hls-rename-plugin
498498
cpp-options: -Dhls_rename
499499

500500
library hls-rename-plugin
@@ -550,7 +550,7 @@ flag retrie
550550

551551
common retrie
552552
if flag(retrie)
553-
build-depends: hls-retrie-plugin == 2.6.0.0
553+
build-depends: hls-retrie-plugin
554554
cpp-options: -Dhls_retrie
555555

556556
library hls-retrie-plugin
@@ -615,7 +615,7 @@ flag hlint
615615

616616
common hlint
617617
if flag(hlint) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
618-
build-depends: hls-hlint-plugin == 2.6.0.0
618+
build-depends: hls-hlint-plugin
619619
cpp-options: -Dhls_hlint
620620

621621
library hls-hlint-plugin
@@ -695,7 +695,7 @@ flag stan
695695

696696
common stan
697697
if flag(stan) && (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.10.0))
698-
build-depends: hls-stan-plugin == 2.6.0.0
698+
build-depends: hls-stan-plugin
699699
cpp-options: -Dhls_stan
700700

701701
library hls-stan-plugin
@@ -769,7 +769,7 @@ flag moduleName
769769

770770
common moduleName
771771
if flag(moduleName)
772-
build-depends: hls-module-name-plugin == 2.6.0.0
772+
build-depends: hls-module-name-plugin
773773
cpp-options: -Dhls_moduleName
774774

775775
library hls-module-name-plugin
@@ -814,7 +814,7 @@ flag pragmas
814814

815815
common pragmas
816816
if flag(pragmas)
817-
build-depends: hls-pragmas-plugin == 2.6.0.0
817+
build-depends: hls-pragmas-plugin
818818
cpp-options: -Dhls_pragmas
819819

820820
library hls-pragmas-plugin
@@ -862,7 +862,7 @@ flag splice
862862

863863
common splice
864864
if flag(splice)
865-
build-depends: hls-splice-plugin == 2.6.0.0
865+
build-depends: hls-splice-plugin
866866
cpp-options: -Dhls_splice
867867

868868
library hls-splice-plugin
@@ -989,7 +989,7 @@ flag qualifyImportedNames
989989

990990
common qualifyImportedNames
991991
if flag(qualifyImportedNames)
992-
build-depends: hls-qualify-imported-names-plugin == 2.6.0.0
992+
build-depends: hls-qualify-imported-names-plugin
993993
cpp-options: -Dhls_qualifyImportedNames
994994

995995
library hls-qualify-imported-names-plugin
@@ -1040,7 +1040,7 @@ flag codeRange
10401040

10411041
common codeRange
10421042
if flag(codeRange)
1043-
build-depends: hls-code-range-plugin == 2.6.0.0
1043+
build-depends: hls-code-range-plugin
10441044
cpp-options: -Dhls_codeRange
10451045

10461046
library hls-code-range-plugin
@@ -1100,7 +1100,7 @@ flag changeTypeSignature
11001100

11011101
common changeTypeSignature
11021102
if flag(changeTypeSignature)
1103-
build-depends: hls-change-type-signature-plugin == 2.6.0.0
1103+
build-depends: hls-change-type-signature-plugin
11041104
cpp-options: -Dhls_changeTypeSignature
11051105

11061106
library hls-change-type-signature-plugin
@@ -1160,7 +1160,7 @@ flag gadt
11601160

11611161
common gadt
11621162
if flag(gadt)
1163-
build-depends: hls-gadt-plugin == 2.6.0.0
1163+
build-depends: hls-gadt-plugin
11641164
cpp-options: -Dhls_gadt
11651165

11661166
library hls-gadt-plugin
@@ -1213,7 +1213,7 @@ flag explicitFixity
12131213

12141214
common explicitFixity
12151215
if flag(explicitFixity)
1216-
build-depends: hls-explicit-fixity-plugin == 2.6.0.0
1216+
build-depends: hls-explicit-fixity-plugin
12171217
cpp-options: -DexplicitFixity
12181218

12191219
library hls-explicit-fixity-plugin
@@ -1260,7 +1260,7 @@ flag explicitFields
12601260

12611261
common explicitFields
12621262
if flag(explicitFields)
1263-
build-depends: hls-explicit-record-fields-plugin == 2.6.0.0
1263+
build-depends: hls-explicit-record-fields-plugin
12641264
cpp-options: -DexplicitFields
12651265

12661266
library hls-explicit-record-fields-plugin
@@ -1309,7 +1309,7 @@ flag overloadedRecordDot
13091309

13101310
common overloadedRecordDot
13111311
if flag(overloadedRecordDot)
1312-
build-depends: hls-overloaded-record-dot-plugin == 2.6.0.0
1312+
build-depends: hls-overloaded-record-dot-plugin
13131313
cpp-options: -Dhls_overloaded_record_dot
13141314

13151315
library hls-overloaded-record-dot-plugin
@@ -1356,7 +1356,7 @@ flag floskell
13561356

13571357
common floskell
13581358
if flag(floskell) && (impl(ghc < 9.7) || flag(ignore-plugins-ghc-bounds))
1359-
build-depends: hls-floskell-plugin == 2.6.0.0
1359+
build-depends: hls-floskell-plugin
13601360
cpp-options: -Dhls_floskell
13611361

13621362
library hls-floskell-plugin
@@ -1398,7 +1398,7 @@ flag fourmolu
13981398

13991399
common fourmolu
14001400
if flag(fourmolu)
1401-
build-depends: hls-fourmolu-plugin == 2.6.0.0
1401+
build-depends: hls-fourmolu-plugin
14021402
cpp-options: -Dhls_fourmolu
14031403

14041404
library hls-fourmolu-plugin
@@ -1451,7 +1451,7 @@ flag ormolu
14511451

14521452
common ormolu
14531453
if flag(ormolu)
1454-
build-depends: hls-ormolu-plugin == 2.6.0.0
1454+
build-depends: hls-ormolu-plugin
14551455
cpp-options: -Dhls_ormolu
14561456

14571457
library hls-ormolu-plugin
@@ -1504,7 +1504,7 @@ flag stylishHaskell
15041504

15051505
common stylishHaskell
15061506
if flag(stylishHaskell) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
1507-
build-depends: hls-stylish-haskell-plugin == 2.6.0.0
1507+
build-depends: hls-stylish-haskell-plugin
15081508
cpp-options: -Dhls_stylishHaskell
15091509

15101510
library hls-stylish-haskell-plugin
@@ -1549,7 +1549,7 @@ flag refactor
15491549

15501550
common refactor
15511551
if flag(refactor)
1552-
build-depends: hls-refactor-plugin == 2.6.0.0
1552+
build-depends: hls-refactor-plugin
15531553
cpp-options: -Dhls_refactor
15541554

15551555
library hls-refactor-plugin
@@ -1665,7 +1665,7 @@ flag semanticTokens
16651665

16661666
common semanticTokens
16671667
if flag(semanticTokens)
1668-
build-depends: hls-semantic-tokens-plugin == 2.6.0.0
1668+
build-depends: hls-semantic-tokens-plugin
16691669
cpp-options: -Dhls_semanticTokens
16701670

16711671
library hls-semantic-tokens-plugin

0 commit comments

Comments
 (0)