Skip to content

Commit e946920

Browse files
committed
hls-stylish-haskell-plugin: Unify logging infrastructure
1 parent 0bd7f8e commit e946920

File tree

1 file changed

+2
-2
lines changed
  • plugins/hls-stylish-haskell-plugin/test

1 file changed

+2
-2
lines changed

plugins/hls-stylish-haskell-plugin/test/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import Test.Hls
1010
main :: IO ()
1111
main = defaultTestRunner tests
1212

13-
stylishHaskellPlugin :: PluginDescriptor IdeState
14-
stylishHaskellPlugin = StylishHaskell.descriptor "stylishHaskell"
13+
stylishHaskellPlugin :: PluginTestDescriptor ()
14+
stylishHaskellPlugin = mkPluginTestDescriptor' StylishHaskell.descriptor "stylishHaskell"
1515

1616
tests :: TestTree
1717
tests = testGroup "stylish-haskell"

0 commit comments

Comments
 (0)