diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-14 21:54:44 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-14 21:54:44 +0100 |
commit | feec6f97138195753adc25cf5210dff8422dffff (patch) | |
tree | 75e4f25b0eccf945c102ae17108d6036df275407 | |
parent | 3ccdbe6aa66dc5a76f86ed640376d205afe02fd4 (diff) | |
download | xmobar-feec6f97138195753adc25cf5210dff8422dffff.tar.gz xmobar-feec6f97138195753adc25cf5210dff8422dffff.tar.bz2 |
Unused import in Mail plugin removed
Ignore-this: 585895d442a3e0ad3511ffaeb5af1e7e
darcs-hash:20100214205444-748be-d1f4f7a6de6824eaecb6c909b55c42d6e2c9bbc0.gz
-rw-r--r-- | Plugins/Mail.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/Mail.hs b/Plugins/Mail.hs index 232f464..851fc5e 100644 --- a/Plugins/Mail.hs +++ b/Plugins/Mail.hs @@ -15,7 +15,6 @@ module Plugins.Mail where import Prelude hiding (catch) -import System.IO import Plugins import Control.Monad |