aboutsummaryrefslogtreecommitdiffstats
path: root/Square.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 19:28:24 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 19:28:24 +0100
commit47589e1913fb9530481caedb543978a30d4323ea (patch)
tree19022a16da5de1dc953816d896604c6128b056f6 /Square.hs
parenteeda11be4ab1292fb3c9f0e7e5997d1542cfcf3f (diff)
downloadXMonadContrib-47589e1913fb9530481caedb543978a30d4323ea.tar.gz
XMonadContrib-47589e1913fb9530481caedb543978a30d4323ea.tar.xz
XMonadContrib-47589e1913fb9530481caedb543978a30d4323ea.zip
Use hierarchical module names from the core
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
Diffstat (limited to 'Square.hs')
-rw-r--r--Square.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Square.hs b/Square.hs
index 42de974..46ad2e7 100644
--- a/Square.hs
+++ b/Square.hs
@@ -26,7 +26,7 @@ module XMonadContrib.Square (
import XMonad
import Graphics.X11.Xlib
-import StackSet ( integrate )
+import XMonad.StackSet ( integrate )
-- $usage
-- You can use this module with the following in your Config.hs file: