aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Main.hs2
-rw-r--r--WMonad.hs (renamed from W.hs)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Main.hs b/Main.hs
index 8d01241..3151152 100644
--- a/Main.hs
+++ b/Main.hs
@@ -25,7 +25,7 @@ import Graphics.X11.Xlib.Extras
import Control.Monad.State
-import W
+import WMonad
import qualified StackSet as W
--
diff --git a/W.hs b/WMonad.hs
index 36fcd86..0c4f913 100644
--- a/W.hs
+++ b/WMonad.hs
@@ -14,7 +14,7 @@
-- manager state, and support routines.
--
-module W where
+module WMonad where
import StackSet