Skip to content

Commit e1ef7ab

Browse files
committed
remove ghcide-test-utils-internal
1 parent 66a719c commit e1ef7ab

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ test-suite ghcide-tests
349349
ghc,
350350
--------------------------------------------------------------
351351
ghcide,
352-
ghcide-test-utils-internal,
353352
lsp,
354353
lsp-types,
355354
hls-plugin-api,
@@ -379,50 +378,14 @@ test-suite ghcide-tests
379378
record-hasfield
380379
if impl(ghc < 9.3)
381380
build-depends: ghc-typelits-knownnat
382-
hs-source-dirs: test/cabal test/exe bench/lib
381+
hs-source-dirs: test/cabal test/exe test/src bench/lib
383382
ghc-options: -threaded -Wall -Wno-name-shadowing -O0 -Wno-unticked-promoted-constructors
384383
main-is: Main.hs
385384
other-modules:
386385
Development.IDE.Test.Runfiles
387386
FuzzySearch
388387
Progress
389388
HieDbRetry
390-
default-extensions:
391-
BangPatterns
392-
DeriveFunctor
393-
DeriveGeneric
394-
FlexibleContexts
395-
GeneralizedNewtypeDeriving
396-
LambdaCase
397-
NamedFieldPuns
398-
OverloadedStrings
399-
RecordWildCards
400-
ScopedTypeVariables
401-
StandaloneDeriving
402-
TupleSections
403-
TypeApplications
404-
ViewPatterns
405-
406-
library ghcide-test-utils-internal
407-
default-language: Haskell2010
408-
build-depends:
409-
aeson,
410-
base,
411-
containers,
412-
data-default,
413-
directory,
414-
extra,
415-
filepath,
416-
ghcide,
417-
lsp-types,
418-
hls-plugin-api,
419-
lens,
420-
lsp-test ^>= 0.14,
421-
tasty-hunit >= 0.10,
422-
text,
423-
hs-source-dirs: test/src
424-
ghc-options: -Wunused-packages
425-
exposed-modules:
426389
Development.IDE.Test
427390
Development.IDE.Test.Diagnostic
428391
default-extensions:

0 commit comments

Comments
 (0)