@@ -142,7 +142,7 @@ flag cabal
142
142
143
143
common cabal
144
144
if flag(cabal)
145
- build-depends : haskell-language-server :hls-cabal-plugin
145
+ build-depends : haskell-language-server :hls-cabal-plugin
146
146
cpp-options : -Dhls_cabal
147
147
148
148
library hls-cabal-plugin
@@ -223,7 +223,7 @@ flag class
223
223
224
224
common class
225
225
if flag(class)
226
- build-depends : haskell-language-server :hls-class-plugin
226
+ build-depends : haskell-language-server :hls-class-plugin
227
227
cpp-options : -Dhls_class
228
228
229
229
library hls-class-plugin
@@ -284,7 +284,7 @@ flag callHierarchy
284
284
285
285
common callHierarchy
286
286
if flag(callHierarchy)
287
- build-depends : haskell-language-server :hls-call-hierarchy-plugin
287
+ build-depends : haskell-language-server :hls-call-hierarchy-plugin
288
288
cpp-options : -Dhls_callHierarchy
289
289
290
290
library hls-call-hierarchy-plugin
@@ -342,7 +342,7 @@ flag eval
342
342
343
343
common eval
344
344
if flag(eval)
345
- build-depends : haskell-language-server :hls-eval-plugin
345
+ build-depends : haskell-language-server :hls-eval-plugin
346
346
cpp-options : -Dhls_eval
347
347
348
348
library hls-eval-plugin
@@ -480,7 +480,7 @@ flag rename
480
480
481
481
common rename
482
482
if flag(rename)
483
- build-depends : haskell-language-server :hls-rename-plugin
483
+ build-depends : haskell-language-server :hls-rename-plugin
484
484
cpp-options : -Dhls_rename
485
485
486
486
library hls-rename-plugin
@@ -535,7 +535,7 @@ flag retrie
535
535
536
536
common retrie
537
537
if flag(retrie)
538
- build-depends : haskell-language-server :hls-retrie-plugin
538
+ build-depends : haskell-language-server :hls-retrie-plugin
539
539
cpp-options : -Dhls_retrie
540
540
541
541
library hls-retrie-plugin
@@ -596,7 +596,7 @@ flag hlint
596
596
597
597
common hlint
598
598
if flag(hlint) && (impl(ghc < 9.8.0 ) || flag(ignore-plugins-ghc-bounds))
599
- build-depends : haskell-language-server :hls-hlint-plugin
599
+ build-depends : haskell-language-server :hls-hlint-plugin
600
600
cpp-options : -Dhls_hlint
601
601
602
602
library hls-hlint-plugin
@@ -606,16 +606,10 @@ library hls-hlint-plugin
606
606
build-depends :
607
607
, aeson
608
608
, base >= 4.12 && < 5
609
- , binary
610
609
, bytestring
611
610
, containers
612
- , data-default
613
611
, deepseq
614
- , Diff ^>= 0.4.0
615
- , directory
616
- , extra
617
612
, filepath
618
- , ghc-exactprint >= 0.6.3.4
619
613
, ghcide == 2.6.0.0
620
614
, hashable
621
615
, hlint >= 3.5 && < 3.9
@@ -669,7 +663,7 @@ flag stan
669
663
670
664
common stan
671
665
if flag(stan) && (impl(ghc > 8.8.1 ) && impl(ghc <= 9.2.3 ) || impl(ghc >= 9.4.0 ) && impl(ghc < 9.10.0 ))
672
- build-depends : haskell-language-server :hls-stan-plugin
666
+ build-depends : haskell-language-server :hls-stan-plugin
673
667
cpp-options : -Dhls_stan
674
668
675
669
library hls-stan-plugin
@@ -742,7 +736,7 @@ flag moduleName
742
736
743
737
common moduleName
744
738
if flag(moduleName)
745
- build-depends : haskell-language-server :hls-module-name-plugin
739
+ build-depends : haskell-language-server :hls-module-name-plugin
746
740
cpp-options : -Dhls_moduleName
747
741
748
742
library hls-module-name-plugin
@@ -784,7 +778,7 @@ flag pragmas
784
778
785
779
common pragmas
786
780
if flag(pragmas)
787
- build-depends : haskell-language-server :hls-pragmas-plugin
781
+ build-depends : haskell-language-server :hls-pragmas-plugin
788
782
cpp-options : -Dhls_pragmas
789
783
790
784
library hls-pragmas-plugin
@@ -829,7 +823,7 @@ flag splice
829
823
830
824
common splice
831
825
if flag(splice)
832
- build-depends : haskell-language-server :hls-splice-plugin
826
+ build-depends : haskell-language-server :hls-splice-plugin
833
827
cpp-options : -Dhls_splice
834
828
835
829
library hls-splice-plugin
@@ -1001,7 +995,7 @@ flag codeRange
1001
995
1002
996
common codeRange
1003
997
if flag(codeRange)
1004
- build-depends : haskell-language-server :hls-code-range-plugin
998
+ build-depends : haskell-language-server :hls-code-range-plugin
1005
999
cpp-options : -Dhls_codeRange
1006
1000
1007
1001
library hls-code-range-plugin
@@ -1058,7 +1052,7 @@ flag changeTypeSignature
1058
1052
1059
1053
common changeTypeSignature
1060
1054
if flag(changeTypeSignature)
1061
- build-depends : haskell-language-server :hls-change-type-signature-plugin
1055
+ build-depends : haskell-language-server :hls-change-type-signature-plugin
1062
1056
cpp-options : -Dhls_changeTypeSignature
1063
1057
1064
1058
library hls-change-type-signature-plugin
@@ -1115,7 +1109,7 @@ flag gadt
1115
1109
1116
1110
common gadt
1117
1111
if flag(gadt)
1118
- build-depends : haskell-language-server :hls-gadt-plugin
1112
+ build-depends : haskell-language-server :hls-gadt-plugin
1119
1113
cpp-options : -Dhls_gadt
1120
1114
1121
1115
library hls-gadt-plugin
@@ -1165,7 +1159,7 @@ flag explicitFixity
1165
1159
1166
1160
common explicitFixity
1167
1161
if flag(explicitFixity)
1168
- build-depends : haskell-language-server :hls-explicit-fixity-plugin
1162
+ build-depends : haskell-language-server :hls-explicit-fixity-plugin
1169
1163
cpp-options : -DexplicitFixity
1170
1164
1171
1165
library hls-explicit-fixity-plugin
@@ -1209,7 +1203,7 @@ flag explicitFields
1209
1203
1210
1204
common explicitFields
1211
1205
if flag(explicitFields)
1212
- build-depends : haskell-language-server :hls-explicit-record-fields-plugin
1206
+ build-depends : haskell-language-server :hls-explicit-record-fields-plugin
1213
1207
cpp-options : -DexplicitFields
1214
1208
1215
1209
library hls-explicit-record-fields-plugin
@@ -1231,7 +1225,7 @@ library hls-explicit-record-fields-plugin
1231
1225
1232
1226
if flag(pedantic)
1233
1227
ghc-options : -Wwarn=incomplete-record-updates
1234
-
1228
+
1235
1229
test-suite hls-explicit-record-fields-plugin-tests
1236
1230
import : defaults, test-defaults, warnings
1237
1231
type : exitcode-stdio-1.0
@@ -1255,7 +1249,7 @@ flag overloadedRecordDot
1255
1249
1256
1250
common overloadedRecordDot
1257
1251
if flag(overloadedRecordDot)
1258
- build-depends : haskell-language-server :hls-overloaded-record-dot-plugin
1252
+ build-depends : haskell-language-server :hls-overloaded-record-dot-plugin
1259
1253
cpp-options : -Dhls_overloaded_record_dot
1260
1254
1261
1255
library hls-overloaded-record-dot-plugin
@@ -1302,7 +1296,7 @@ flag floskell
1302
1296
1303
1297
common floskell
1304
1298
if flag(floskell) && (impl(ghc < 9.7 ) || flag(ignore-plugins-ghc-bounds))
1305
- build-depends : haskell-language-server :hls-floskell-plugin
1299
+ build-depends : haskell-language-server :hls-floskell-plugin
1306
1300
cpp-options : -Dhls_floskell
1307
1301
1308
1302
library hls-floskell-plugin
@@ -1341,7 +1335,7 @@ flag fourmolu
1341
1335
1342
1336
common fourmolu
1343
1337
if flag(fourmolu)
1344
- build-depends : haskell-language-server :hls-fourmolu-plugin
1338
+ build-depends : haskell-language-server :hls-fourmolu-plugin
1345
1339
cpp-options : -Dhls_fourmolu
1346
1340
1347
1341
library hls-fourmolu-plugin
@@ -1391,7 +1385,7 @@ flag ormolu
1391
1385
1392
1386
common ormolu
1393
1387
if flag(ormolu)
1394
- build-depends : haskell-language-server :hls-ormolu-plugin
1388
+ build-depends : haskell-language-server :hls-ormolu-plugin
1395
1389
cpp-options : -Dhls_ormolu
1396
1390
1397
1391
library hls-ormolu-plugin
@@ -1441,7 +1435,7 @@ flag stylishHaskell
1441
1435
1442
1436
common stylishHaskell
1443
1437
if flag(stylishHaskell) && (impl(ghc < 9.8.0 ) || flag(ignore-plugins-ghc-bounds))
1444
- build-depends : haskell-language-server :hls-stylish-haskell-plugin
1438
+ build-depends : haskell-language-server :hls-stylish-haskell-plugin
1445
1439
cpp-options : -Dhls_stylishHaskell
1446
1440
1447
1441
library hls-stylish-haskell-plugin
@@ -1483,7 +1477,7 @@ flag refactor
1483
1477
1484
1478
common refactor
1485
1479
if flag(refactor)
1486
- build-depends : haskell-language-server :hls-refactor-plugin
1480
+ build-depends : haskell-language-server :hls-refactor-plugin
1487
1481
cpp-options : -Dhls_refactor
1488
1482
1489
1483
library hls-refactor-plugin
@@ -1561,7 +1555,7 @@ test-suite hls-refactor-plugin-tests
1561
1555
hs-source-dirs : plugins/hls-refactor-plugin/test
1562
1556
main-is : Main.hs
1563
1557
other-modules : Test.AddArgument
1564
- ghc-options : -O0
1558
+ ghc-options : -O0
1565
1559
build-depends :
1566
1560
, base
1567
1561
, filepath
@@ -1596,7 +1590,7 @@ flag semanticTokens
1596
1590
1597
1591
common semanticTokens
1598
1592
if flag(semanticTokens)
1599
- build-depends : haskell-language-server :hls-semantic-tokens-plugin
1593
+ build-depends : haskell-language-server :hls-semantic-tokens-plugin
1600
1594
cpp-options : -Dhls_semanticTokens
1601
1595
1602
1596
library hls-semantic-tokens-plugin
@@ -1854,7 +1848,7 @@ test-suite func-test
1854
1848
type : exitcode-stdio-1.0
1855
1849
build-tool-depends :
1856
1850
haskell-language-server :haskell-language-server,
1857
- ghcide :ghcide-test-preprocessor
1851
+ ghcide :ghcide-test-preprocessor
1858
1852
1859
1853
build-depends :
1860
1854
, bytestring
@@ -1907,7 +1901,7 @@ test-suite wrapper-test
1907
1901
type : exitcode-stdio-1.0
1908
1902
build-tool-depends :
1909
1903
haskell-language-server :haskell-language-server-wrapper,
1910
- haskell-language-server :haskell-language-server
1904
+ haskell-language-server :haskell-language-server
1911
1905
1912
1906
build-depends :
1913
1907
process
0 commit comments