aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-11-01 16:20:28 +0100
committerDavid Roundy <droundy@darcs.net>2007-11-01 16:20:28 +0100
commit520fce0ac77d172298dedc1264b062b58cc9b419 (patch)
treeeff800d69724161189bea3a256888c5723077e07
parent8fb6a10052cb504ff52c93da9f371204ec27ebb6 (diff)
downloadXMonadContrib-520fce0ac77d172298dedc1264b062b58cc9b419.tar.gz
XMonadContrib-520fce0ac77d172298dedc1264b062b58cc9b419.tar.xz
XMonadContrib-520fce0ac77d172298dedc1264b062b58cc9b419.zip
-Wall police in Run.
darcs-hash:20071101152028-72aca-11ad8fb75434d6e105168bf033f04f86033ed036.gz
-rw-r--r--Run.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Run.hs b/Run.hs
index 1caecf1..2e0258c 100644
--- a/Run.hs
+++ b/Run.hs
@@ -27,7 +27,6 @@ module XMonadContrib.Run (
seconds
) where
-import Control.Monad.State
import Control.Monad.Reader
import System.Posix.Process (createSession, forkProcess, executeFile,
getProcessStatus)