Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ test-suite func-test
, SymbolsSpec
, TypeDefinitionSpec
, Utils
-- This cannot currently be handled by hie (cabal-helper)
-- build-tool-depends: haskell-ide-engine:hie
build-depends: aeson
, base
, data-default
Expand All @@ -289,6 +287,8 @@ test-suite func-test
ghc-options: -Werror
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
, haskell-ide-engine:hie
, cabal-helper:cabal-helper-main

test-suite wrapper-test
type: exitcode-stdio-1.0
Expand Down