Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Feb 20, 2024
1 parent bee1fcb commit 776dd1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ executable ghcide
library ghcide-test-utils
import: warnings
visibility: public
default-language: Haskell2010
default-language: GHC2021

hs-source-dirs: test/src test/cabal
exposed-modules:
Expand All @@ -303,25 +303,15 @@ library ghcide-test-utils
lsp-types,
hls-plugin-api,
lens,
lsp-test ^>= 0.16,
lsp-test ^>= 0.17,
tasty-hunit >= 0.10,
text,
row-types,

default-extensions:
BangPatterns
DeriveFunctor
DeriveGeneric
FlexibleContexts
GeneralizedNewtypeDeriving
LambdaCase
NamedFieldPuns
OverloadedStrings
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
ViewPatterns

test-suite ghcide-tests
Expand Down
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ library hls-test-utils
, ghcide == 2.6.0.0
, hls-plugin-api == 2.6.0.0
, lens
, lsp-test ^>=0.16
, lsp-test ^>=0.17
, lsp-types ^>=2.1
, tasty
, tasty-expected-failure
Expand Down

0 comments on commit 776dd1b

Please sign in to comment.