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

Commit 06769da

Browse files
committed
Update build-tool-depends for func-test
1 parent 823e2d2 commit 06769da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-ide-engine.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ test-suite func-test
266266
, SymbolsSpec
267267
, TypeDefinitionSpec
268268
, Utils
269-
-- This cannot currently be handled by hie (cabal-helper)
270-
-- build-tool-depends: haskell-ide-engine:hie
271269
build-depends: aeson
272270
, base
273271
, data-default
@@ -287,6 +285,8 @@ test-suite func-test
287285
ghc-options: -Werror
288286
default-language: Haskell2010
289287
build-tool-depends: hspec-discover:hspec-discover
288+
, haskell-ide-engine:hie
289+
, cabal-helper:cabal-helper-main
290290

291291
test-suite wrapper-test
292292
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)