diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-08 13:05:36 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-08 13:05:36 +0100 |
commit | 4aa9591695e800730109aba87ca84e49dfc4e334 (patch) | |
tree | 39a8ab61176d243a3c155f58f637aa921920842b | |
parent | fe3c72ae8f541f6732e525b096deb99ccecd4bd2 (diff) | |
download | metatile-4aa9591695e800730109aba87ca84e49dfc4e334.tar metatile-4aa9591695e800730109aba87ca84e49dfc4e334.zip |
move W -> WMonad
darcs-hash:20070308120536-9c5c1-cd1cf451dd9a5a75f5372bdd310bb5a485bf2fec
-rw-r--r-- | Main.hs | 2 | ||||
-rw-r--r-- | WMonad.hs (renamed from W.hs) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ import Graphics.X11.Xlib.Extras import Control.Monad.State -import W +import WMonad import qualified StackSet as W -- @@ -14,7 +14,7 @@ -- manager state, and support routines. -- -module W where +module WMonad where import StackSet |