File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ executable ghcide
283
283
library ghcide-test-utils
284
284
import : warnings
285
285
visibility : public
286
- default-language : Haskell2010
286
+ default-language : GHC2021
287
287
288
288
hs-source-dirs : test/src test/cabal
289
289
exposed-modules :
@@ -303,25 +303,15 @@ library ghcide-test-utils
303
303
lsp-types,
304
304
hls-plugin-api,
305
305
lens,
306
- lsp-test ^>= 0.16 ,
306
+ lsp-test ^>= 0.17 ,
307
307
tasty-hunit >= 0.10 ,
308
308
text,
309
309
row-types,
310
310
311
311
default-extensions :
312
- BangPatterns
313
- DeriveFunctor
314
- DeriveGeneric
315
- FlexibleContexts
316
- GeneralizedNewtypeDeriving
317
312
LambdaCase
318
- NamedFieldPuns
319
313
OverloadedStrings
320
314
RecordWildCards
321
- ScopedTypeVariables
322
- StandaloneDeriving
323
- TupleSections
324
- TypeApplications
325
315
ViewPatterns
326
316
327
317
test-suite ghcide-tests
Original file line number Diff line number Diff line change @@ -1854,7 +1854,7 @@ library hls-test-utils
1854
1854
, ghcide == 2.6.0.0
1855
1855
, hls-plugin-api == 2.6.0.0
1856
1856
, lens
1857
- , lsp-test ^>= 0.16
1857
+ , lsp-test ^>= 0.17
1858
1858
, lsp-types ^>= 2.1
1859
1859
, tasty
1860
1860
, tasty-expected-failure
You can’t perform that action at this time.
0 commit comments