From 161ade3593fc56f11bbd369806e7d54d1a5ca1e4 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 10 Dec 2007 00:44:56 +0000 Subject: [PATCH] Use XMonad meta-module in Main.hs --- Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Main.hs b/Main.hs index 1d89e5f..d6c58eb 100644 --- a/Main.hs +++ b/Main.hs @@ -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