summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2010-01-18 19:15:32 +0100
committerAdam Vogt <vogt.adam@gmail.com>2010-01-18 19:15:32 +0100
commitea1566b787bca0766233d0d300658d2acd8a2b9d (patch)
tree8d7c700573e36195b7c9f0a265a1c0bda9310e65 /Main.hs
parente3650fa208a29186feaaf9b70ea43786dadf872d (diff)
downloadmetatile-ea1566b787bca0766233d0d300658d2acd8a2b9d.tar
metatile-ea1566b787bca0766233d0d300658d2acd8a2b9d.zip
Correct warnings with ghc-6.12
Ignore-this: a48ed095b72aedec9eeb88781ace66dc Changes include: - compatibility with base-4 or 3 (base-2 untested) by using extensible-exceptions. This adds an additional dependency for users of ghc<6.10) - list all dependencies again when -ftesting (change in Cabal-1.8.0.2) - remove unnecessary imports - suppress -fwarn-unused-do-bind, with appropriate Cabal-1.8 workaround, described here: http://www.haskell.org/pipermail/xmonad/2010-January/009554.html darcs-hash:20100118181532-1499c-5c496678ef76f2f50b43b0fc4582cfef7c237654
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 2d16db6..a2cf797 100644
--- a/Main.hs
+++ b/Main.hs
@@ -17,7 +17,6 @@ module Main (main) where
import XMonad
import Control.Monad (unless)
-import System.IO
import System.Info
import System.Environment
import System.Posix.Process (executeFile)