aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt.hs')
-rw-r--r--XMonad/Prompt.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs
index 1d2faba..d835b78 100644
--- a/XMonad/Prompt.hs
+++ b/XMonad/Prompt.hs
@@ -61,6 +61,8 @@ module XMonad.Prompt
, initMatches
, historyUpMatching
, historyDownMatching
+ -- * Types
+ , XPState
) where
import Prelude hiding (catch)