File tree Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,6 @@ test-suite ghcide-tests
349
349
ghc,
350
350
--------------------------------------------------------------
351
351
ghcide,
352
- ghcide-test-utils-internal,
353
352
lsp,
354
353
lsp-types,
355
354
hls-plugin-api,
@@ -379,50 +378,14 @@ test-suite ghcide-tests
379
378
record-hasfield
380
379
if impl(ghc < 9.3 )
381
380
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
383
382
ghc-options : -threaded -Wall -Wno-name-shadowing -O0 -Wno-unticked-promoted-constructors
384
383
main-is : Main.hs
385
384
other-modules :
386
385
Development.IDE.Test.Runfiles
387
386
FuzzySearch
388
387
Progress
389
388
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 :
426
389
Development.IDE.Test
427
390
Development.IDE.Test.Diagnostic
428
391
default-extensions :
You can’t perform that action at this time.
0 commit comments