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 3da3e76 commit 0bd7f8eCopy full SHA for 0bd7f8e
plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs
@@ -1,4 +1,4 @@
1
-module Ide.Plugin.Stan (descriptor) where
+module Ide.Plugin.Stan (descriptor, Log) where
2
3
import Control.DeepSeq (NFData)
4
import Control.Monad (void)
plugins/hls-stan-plugin/test/Main.hs
@@ -38,8 +38,8 @@ tests =
38
testDir :: FilePath
39
testDir = "test/testdata"
40
41
-stanPlugin :: PluginDescriptor IdeState
42
-stanPlugin = Stan.descriptor mempty "stan"
+stanPlugin :: PluginTestDescriptor Stan.Log
+stanPlugin = mkPluginTestDescriptor Stan.descriptor "stan"
43
44
runStanSession :: FilePath -> Session a -> IO a
45
runStanSession subdir =
0 commit comments