File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ executable ghcide
283283library ghcide-test-utils
284284 import : warnings
285285 visibility : public
286- default-language : Haskell2010
286+ default-language : GHC2021
287287
288288 hs-source-dirs : test/src test/cabal
289289 exposed-modules :
@@ -303,25 +303,15 @@ library ghcide-test-utils
303303 lsp-types,
304304 hls-plugin-api,
305305 lens,
306- lsp-test ^>= 0.16 ,
306+ lsp-test ^>= 0.17 ,
307307 tasty-hunit >= 0.10 ,
308308 text,
309309 row-types,
310310
311311 default-extensions :
312- BangPatterns
313- DeriveFunctor
314- DeriveGeneric
315- FlexibleContexts
316- GeneralizedNewtypeDeriving
317312 LambdaCase
318- NamedFieldPuns
319313 OverloadedStrings
320314 RecordWildCards
321- ScopedTypeVariables
322- StandaloneDeriving
323- TupleSections
324- TypeApplications
325315 ViewPatterns
326316
327317test-suite ghcide-tests
Original file line number Diff line number Diff line change @@ -1854,7 +1854,7 @@ library hls-test-utils
18541854 , ghcide == 2.6.0.0
18551855 , hls-plugin-api == 2.6.0.0
18561856 , lens
1857- , lsp-test ^>= 0.16
1857+ , lsp-test ^>= 0.17
18581858 , lsp-types ^>= 2.1
18591859 , tasty
18601860 , tasty-expected-failure
You can’t perform that action at this time.
0 commit comments