Skip to content

Commit f321936

Browse files
committed
Purge unused deps
1 parent b8ce0f7 commit f321936

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lsp-test/lsp-test.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ test-suite func-test
102102
build-depends: base
103103
, lsp-test
104104
, lsp
105-
, data-default
106105
, process
107106
, lens
108107
, unliftio
109108
, hspec
110-
, async
111109
default-language: Haskell2010
112110

113111
test-suite example

lsp/lsp.cabal

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,10 @@ executable lsp-demo-reactor-server
6868

6969
build-depends: base
7070
, aeson
71-
, bytestring
72-
, containers
73-
, directory
74-
, filepath
7571
, hslogger
7672
, lens >= 4.15.2
77-
, mtl
7873
, stm
7974
, text
80-
, transformers
81-
, unordered-containers
82-
, unliftio
8375
-- the package library. Comment this out if you want repl changes to propagate
8476
, lsp
8577
if !flag(demo)

0 commit comments

Comments
 (0)