Skip to content

Commit 8025095

Browse files
committed
Clean up eval plugin
1 parent 13ed087 commit 8025095

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+110
-192
lines changed

plugins/hls-eval-plugin/hls-eval-plugin.cabal

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ extra-source-files:
2020
LICENSE
2121
README.md
2222
test/testdata/*.cabal
23-
test/testdata/*.expected
2423
test/testdata/*.hs
2524
test/testdata/*.lhs
2625
test/testdata/*.yaml
26+
test/testdata/cabal.project
2727

2828
flag pedantic
2929
description: Enable -Werror
@@ -50,7 +50,7 @@ library
5050

5151
build-depends:
5252
, aeson
53-
, base >=4.12 && <5
53+
, base >=4.12 && <5
5454
, containers
5555
, deepseq
5656
, Diff ^>=0.4.0
@@ -61,7 +61,7 @@ library
6161
, ghc
6262
, ghc-boot-th
6363
, ghc-paths
64-
, ghcide >=1.2 && <1.4
64+
, ghcide >=1.2 && <1.4
6565
, hashable
6666
, hls-plugin-api ^>=1.1
6767
, lens
@@ -106,6 +106,4 @@ test-suite tests
106106
, hls-eval-plugin
107107
, hls-test-utils ^>=1.0
108108
, lens
109-
, lsp-test
110109
, lsp-types
111-
, text

plugins/hls-eval-plugin/test/Main.hs

Lines changed: 107 additions & 187 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)