File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
plugins/hls-ormolu-plugin Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,5 @@ test-suite tests
5757 , hls-ormolu-plugin
5858 , hls-test-utils == 2.1.0.0
5959 , lsp-types
60+ , text
6061 , ormolu
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module Main
44 ( main
55 ) where
66
7+ import qualified Data.Text as T
78import qualified Ide.Plugin.Ormolu as Ormolu
89import Language.LSP.Protocol.Types
910import System.FilePath
@@ -12,8 +13,8 @@ import Test.Hls
1213main :: IO ()
1314main = defaultTestRunner tests
1415
15- ormoluPlugin :: PluginTestDescriptor ()
16- ormoluPlugin = mkPluginTestDescriptor' Ormolu. descriptor " ormolu"
16+ ormoluPlugin :: PluginTestDescriptor T. Text
17+ ormoluPlugin = mkPluginTestDescriptor Ormolu. descriptor " ormolu"
1718
1819tests :: TestTree
1920tests = testGroup " ormolu"
You can’t perform that action at this time.
0 commit comments