Skip to content

Commit 0bd7f8e

Browse files
committed
hls-stan-plugin: Unify logging infrastructure
1 parent 3da3e76 commit 0bd7f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Ide.Plugin.Stan (descriptor) where
1+
module Ide.Plugin.Stan (descriptor, Log) where
22

33
import Control.DeepSeq (NFData)
44
import Control.Monad (void)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ tests =
3838
testDir :: FilePath
3939
testDir = "test/testdata"
4040

41-
stanPlugin :: PluginDescriptor IdeState
42-
stanPlugin = Stan.descriptor mempty "stan"
41+
stanPlugin :: PluginTestDescriptor Stan.Log
42+
stanPlugin = mkPluginTestDescriptor Stan.descriptor "stan"
4343

4444
runStanSession :: FilePath -> Session a -> IO a
4545
runStanSession subdir =

0 commit comments

Comments
 (0)