aboutsummaryrefslogtreecommitdiffstats
path: root/WorkspacePrompt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'WorkspacePrompt.hs')
-rw-r--r--WorkspacePrompt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WorkspacePrompt.hs b/WorkspacePrompt.hs
index bdb4805..1087cf0 100644
--- a/WorkspacePrompt.hs
+++ b/WorkspacePrompt.hs
@@ -22,7 +22,7 @@ import Control.Monad.State ( gets )
import Data.List ( sort )
import XMonad hiding ( workspaces )
import XMonadContrib.XPrompt
-import StackSet ( workspaces, tag )
+import XMonad.StackSet ( workspaces, tag )
-- $usage
-- You can use this module with the following in your Config.hs file: