diff options
author | Jochen Keil <jochen.keil@gmail.com> | 2012-08-09 09:43:49 +0200 |
---|---|---|
committer | Jochen Keil <jochen.keil@gmail.com> | 2012-08-09 10:47:09 +0200 |
commit | 58427c76c892334522dfb28ea2d2a858469fc65a (patch) | |
tree | 4ed2294e0a0d7254fbeee5bbd7c53e35f675cd8c /src/Main.hs | |
parent | cc77b5a7bc8309f694fd0aed4110b92f16316c0b (diff) | |
download | xmobar-58427c76c892334522dfb28ea2d2a858469fc65a.tar.gz xmobar-58427c76c892334522dfb28ea2d2a858469fc65a.tar.bz2 |
Cosmetic surgery
Realign methods, remove unnecessary imports and remove clutter
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index c7045b5..5ef5db6 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -36,7 +36,7 @@ import System.Environment import System.Posix.Files import Control.Monad (unless) -import Signal (setupSignalHandler, SignalType(..)) +import Signal (setupSignalHandler) -- $main |