aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TwoPane.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoPane.hs b/TwoPane.hs
index 4147ed2..c6d25cc 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -23,7 +23,7 @@ module XMonadContrib.TwoPane (
) where
import XMonad
-import Operations ( Resize(..), splitHorizontallyBy )
+import Layouts ( Resize(..), splitHorizontallyBy )
import StackSet ( focus, up, down)
-- $usage