Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ test-suite unit-test
GhcModPluginSpec
-- HaRePluginSpec
HooglePluginSpec
HsImportSpec
JsonSpec
LiquidSpec
PackagePluginSpec
Expand All @@ -208,7 +209,7 @@ test-suite unit-test
build-tool-depends: cabal-helper:cabal-helper-main, hspec-discover:hspec-discover
build-depends: QuickCheck
, aeson
, cabal-helper
, cabal-helper
, ghc
, base
, bytestring
Expand Down
Loading