aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/AppLauncher.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/AppLauncher.hs')
-rw-r--r--XMonad/Prompt/AppLauncher.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Prompt/AppLauncher.hs b/XMonad/Prompt/AppLauncher.hs
index 7af348b..167c798 100644
--- a/XMonad/Prompt/AppLauncher.hs
+++ b/XMonad/Prompt/AppLauncher.hs
@@ -18,6 +18,9 @@ module XMonad.Prompt.AppLauncher ( -- * Usage
,module XMonad.Prompt
-- * Use case: launching gimp with file
-- $tip
+
+ -- * Types
+ ,Application, AppPrompt,
) where
import XMonad (X(),MonadIO)