@@ -84,6 +84,12 @@ flag dynamic
84
84
default : True
85
85
manual : True
86
86
87
+ ----------------------------
88
+ ----------------------------
89
+ -- PLUGINS
90
+ ----------------------------
91
+ ----------------------------
92
+
87
93
-----------------------------
88
94
-- cabal-fmt plugin
89
95
-----------------------------
@@ -326,8 +332,8 @@ test-suite hls-call-hierarchy-plugin-tests
326
332
, extra
327
333
, filepath
328
334
, haskell-language-server :hls-call-hierarchy-plugin
329
- , hls-test-utils == 2.6.0.0
330
- , ghcide-test-utils
335
+ , hls-test-utils == 2.6.0.0
336
+ , ghcide :ghcide -test-utils
331
337
, lens
332
338
, lsp
333
339
, lsp-test
@@ -459,7 +465,7 @@ test-suite hls-explicit-imports-plugin-tests
459
465
, extra
460
466
, filepath
461
467
, haskell-language-server :hls-explicit-imports-plugin
462
- , hls-test-utils
468
+ , hls-test-utils == 2.6.0.0
463
469
, lens
464
470
, lsp-types
465
471
, row-types
@@ -1194,7 +1200,7 @@ test-suite hls-explicit-record-fields-plugin-tests
1194
1200
, filepath
1195
1201
, text
1196
1202
, haskell-language-server :hls-explicit-record-fields-plugin
1197
- , hls-test-utils
1203
+ , hls-test-utils == 2.6.0.0
1198
1204
1199
1205
-----------------------------
1200
1206
-- overloaded record dot plugin
@@ -1238,7 +1244,7 @@ test-suite hls-overloaded-record-dot-plugin-tests
1238
1244
, filepath
1239
1245
, text
1240
1246
, haskell-language-server :hls-overloaded-record-dot-plugin
1241
- , hls-test-utils
1247
+ , hls-test-utils == 2.6.0.0
1242
1248
1243
1249
1244
1250
-----------------------------
@@ -1511,8 +1517,7 @@ test-suite hls-refactor-plugin-tests
1511
1517
, parser-combinators
1512
1518
, data-default
1513
1519
, extra
1514
- , ghcide
1515
- , ghcide-test-utils
1520
+ , ghcide :{ghcide, ghcide-test-utils}
1516
1521
, shake
1517
1522
, hls-plugin-api
1518
1523
, lsp-test
@@ -1589,7 +1594,7 @@ test-suite hls-semantic-tokens-plugin-tests
1589
1594
, filepath
1590
1595
, haskell-language-server :hls-semantic-tokens-plugin
1591
1596
, hls-test-utils == 2.6.0.0
1592
- , ghcide-test-utils
1597
+ , ghcide :ghcide -test-utils
1593
1598
, hls-plugin-api
1594
1599
, lens
1595
1600
, lsp
@@ -1602,9 +1607,11 @@ test-suite hls-semantic-tokens-plugin-tests
1602
1607
, data-default
1603
1608
, row-types
1604
1609
1605
- -----------------------------
1610
+ ----------------------------
1611
+ ----------------------------
1606
1612
-- HLS
1607
- -----------------------------
1613
+ ----------------------------
1614
+ ----------------------------
1608
1615
1609
1616
library
1610
1617
import : defaults
@@ -1763,8 +1770,7 @@ test-suite func-test
1763
1770
, deepseq
1764
1771
, extra
1765
1772
, filepath
1766
- , ghcide
1767
- , ghcide-test-utils
1773
+ , ghcide :{ghcide, ghcide-test-utils}
1768
1774
, hashable
1769
1775
, hls-plugin-api
1770
1776
, hls-test-utils == 2.6.0.0
@@ -1812,7 +1818,7 @@ test-suite wrapper-test
1812
1818
build-depends :
1813
1819
, base >= 4.16 && < 5
1814
1820
, extra
1815
- , hls-test-utils
1821
+ , hls-test-utils == 2.6.0.0
1816
1822
, process
1817
1823
1818
1824
hs-source-dirs : test/wrapper
0 commit comments