We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd7f8e commit e946920Copy full SHA for e946920
plugins/hls-stylish-haskell-plugin/test/Main.hs
@@ -10,8 +10,8 @@ import Test.Hls
10
main :: IO ()
11
main = defaultTestRunner tests
12
13
-stylishHaskellPlugin :: PluginDescriptor IdeState
14
-stylishHaskellPlugin = StylishHaskell.descriptor "stylishHaskell"
+stylishHaskellPlugin :: PluginTestDescriptor ()
+stylishHaskellPlugin = mkPluginTestDescriptor' StylishHaskell.descriptor "stylishHaskell"
15
16
tests :: TestTree
17
tests = testGroup "stylish-haskell"
0 commit comments