Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0a097b6

Browse files
committed
Clean up the haddocks a bit
1 parent 46412dd commit 0a097b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hie-plugin-api/Haskell/Ide/Engine/PluginDescriptor.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ module Haskell.Ide.Engine.PluginDescriptor
5858
, TaggedParamId(..)
5959

6060
-- * Commands
61+
, CommandDescriptor(..)
6162
, Command(..)
62-
, CommandFunc(..)
63+
, CommandFunc(..), SyncCommandFunc, AsyncCommandFunc
6364
, CommandName
64-
, CommandDescriptor(..)
65+
, PluginName
6566
, ExtendedCommandDescriptor(..)
6667
, buildCommand
6768
, ValidResponse(..)

0 commit comments

Comments
 (0)