Skip to content

Commit b08fff2

Browse files
committed
build hlint plugin testsuite
1 parent c240036 commit b08fff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ test-suite tests
9797
, lens
9898
, lsp-types
9999
, text
100+
, unordered-containers

plugins/hls-hlint-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import Control.Lens ((^.))
1010
import Control.Monad (when)
1111
import Data.Aeson (Value (..), object, toJSON, (.=))
1212
import Data.Functor (void)
13+
import qualified Data.HashMap.Strict as Map
1314
import Data.List (find)
14-
import qualified Data.Map as Map
1515
import Data.Maybe (fromJust, isJust)
1616
import qualified Data.Text as T
1717
import Ide.Plugin.Config (Config (..), PluginConfig (..))

0 commit comments

Comments
 (0)