We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce0f7 commit f321936Copy full SHA for f321936
lsp-test/lsp-test.cabal
@@ -102,12 +102,10 @@ test-suite func-test
102
build-depends: base
103
, lsp-test
104
, lsp
105
- , data-default
106
, process
107
, lens
108
, unliftio
109
, hspec
110
- , async
111
default-language: Haskell2010
112
113
test-suite example
lsp/lsp.cabal
@@ -68,18 +68,10 @@ executable lsp-demo-reactor-server
68
69
70
, aeson
71
- , bytestring
72
- , containers
73
- , directory
74
- , filepath
75
, hslogger
76
, lens >= 4.15.2
77
- , mtl
78
, stm
79
, text
80
- , transformers
81
- , unordered-containers
82
- , unliftio
83
-- the package library. Comment this out if you want repl changes to propagate
84
85
if !flag(demo)
0 commit comments