Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit fa9eb50

Browse files
committed
Do a little bit of dependency weeding 🌱
1 parent ef0a14a commit fa9eb50

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

haskell-ide-engine.cabal

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ executable hie
110110
, hie-plugin-api
111111
, hslogger
112112
, optparse-simple
113-
, stm
114113
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wredundant-constraints
115114
-with-rtsopts=-T
116115
if flag(pedantic)
@@ -191,7 +190,6 @@ test-suite unit-test
191190
, hoogle > 5.0.11
192191
, hspec
193192
, quickcheck-instances
194-
, stm
195193
, text
196194
, unordered-containers
197195

@@ -207,13 +205,12 @@ test-suite dispatcher-test
207205
main-is: Main.hs
208206
build-depends: base
209207
, aeson
210-
, containers
211208
, data-default
212209
, directory
213210
, filepath
214211
, ghc
215-
, haskell-lsp
216212
, haskell-ide-engine
213+
, haskell-lsp-types
217214
, hie-test-utils
218215
, hie-plugin-api
219216
, hspec
@@ -232,20 +229,14 @@ test-suite plugin-dispatcher-test
232229
hs-source-dirs: test/plugin-dispatcher
233230
main-is: Main.hs
234231
build-depends: base
235-
, aeson
236-
, containers
237232
, data-default
238-
, directory
239-
, filepath
240-
, ghc
241-
, haskell-lsp
242233
, haskell-ide-engine
243-
, hie-test-utils
234+
, haskell-lsp-types
244235
, hie-plugin-api
236+
, hie-test-utils
245237
, hspec
246238
, stm
247239
, text
248-
, unordered-containers
249240

250241
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wredundant-constraints
251242
if flag(pedantic)

0 commit comments

Comments
 (0)