@@ -84,6 +84,12 @@ flag dynamic
8484 default : True
8585 manual : True
8686
87+ ----------------------------
88+ ----------------------------
89+ -- PLUGINS
90+ ----------------------------
91+ ----------------------------
92+
8793-----------------------------
8894-- cabal-fmt plugin
8995-----------------------------
@@ -326,8 +332,8 @@ test-suite hls-call-hierarchy-plugin-tests
326332 , extra
327333 , filepath
328334 , 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
331337 , lens
332338 , lsp
333339 , lsp-test
@@ -459,7 +465,7 @@ test-suite hls-explicit-imports-plugin-tests
459465 , extra
460466 , filepath
461467 , haskell-language-server :hls-explicit-imports-plugin
462- , hls-test-utils
468+ , hls-test-utils == 2.6.0.0
463469 , lens
464470 , lsp-types
465471 , row-types
@@ -1194,7 +1200,7 @@ test-suite hls-explicit-record-fields-plugin-tests
11941200 , filepath
11951201 , text
11961202 , haskell-language-server :hls-explicit-record-fields-plugin
1197- , hls-test-utils
1203+ , hls-test-utils == 2.6.0.0
11981204
11991205-----------------------------
12001206-- overloaded record dot plugin
@@ -1238,7 +1244,7 @@ test-suite hls-overloaded-record-dot-plugin-tests
12381244 , filepath
12391245 , text
12401246 , haskell-language-server :hls-overloaded-record-dot-plugin
1241- , hls-test-utils
1247+ , hls-test-utils == 2.6.0.0
12421248
12431249
12441250-----------------------------
@@ -1511,8 +1517,7 @@ test-suite hls-refactor-plugin-tests
15111517 , parser-combinators
15121518 , data-default
15131519 , extra
1514- , ghcide
1515- , ghcide-test-utils
1520+ , ghcide :{ghcide, ghcide-test-utils}
15161521 , shake
15171522 , hls-plugin-api
15181523 , lsp-test
@@ -1589,7 +1594,7 @@ test-suite hls-semantic-tokens-plugin-tests
15891594 , filepath
15901595 , haskell-language-server :hls-semantic-tokens-plugin
15911596 , hls-test-utils == 2.6.0.0
1592- , ghcide-test-utils
1597+ , ghcide :ghcide -test-utils
15931598 , hls-plugin-api
15941599 , lens
15951600 , lsp
@@ -1602,9 +1607,11 @@ test-suite hls-semantic-tokens-plugin-tests
16021607 , data-default
16031608 , row-types
16041609
1605- -----------------------------
1610+ ----------------------------
1611+ ----------------------------
16061612-- HLS
1607- -----------------------------
1613+ ----------------------------
1614+ ----------------------------
16081615
16091616library
16101617 import : defaults
@@ -1763,8 +1770,7 @@ test-suite func-test
17631770 , deepseq
17641771 , extra
17651772 , filepath
1766- , ghcide
1767- , ghcide-test-utils
1773+ , ghcide :{ghcide, ghcide-test-utils}
17681774 , hashable
17691775 , hls-plugin-api
17701776 , hls-test-utils == 2.6.0.0
@@ -1812,7 +1818,7 @@ test-suite wrapper-test
18121818 build-depends :
18131819 , base >= 4.16 && < 5
18141820 , extra
1815- , hls-test-utils
1821+ , hls-test-utils == 2.6.0.0
18161822 , process
18171823
18181824 hs-source-dirs : test/wrapper
0 commit comments