Skip to content

Commit 776dd1b

Browse files
committed
WIP
1 parent bee1fcb commit 776dd1b

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

ghcide/ghcide.cabal

+2-12
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ executable ghcide
283283
library 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

327317
test-suite ghcide-tests

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)