diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-10 01:44:56 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-10 01:44:56 +0100 |
commit | 6fd21cdda881106970bbbf2183e8b0cac81c3f5f (patch) | |
tree | f0a8b97907309fd54ed408830d856d104cb6a3b9 | |
parent | cde58823ed4179b108b4d208fd559258a6a8d429 (diff) | |
download | metatile-6fd21cdda881106970bbbf2183e8b0cac81c3f5f.tar metatile-6fd21cdda881106970bbbf2183e8b0cac81c3f5f.zip |
Use XMonad meta-module in Main.hs
darcs-hash:20071210004456-a5988-ea68e33566e229564304d6e97d5a58d96bb3dbe5
-rw-r--r-- | Main.hs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,9 +14,7 @@ module Main (main) where -import XMonad.Main -import XMonad.Config -import XMonad.Core (getXMonadDir, recompile) +import XMonad import Control.Exception (handle) import System.IO |