diff options
author | jao <jao@gnu.org> | 2020-08-07 03:33:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 03:33:15 +0100 |
commit | 0e7c39d9ec6719a32eec0b696d7167faf6598757 (patch) | |
tree | ef731d961475e106ea12ad48bc39c6332e81c719 /src/Xmobar/Plugins/PipeReader.hs | |
parent | f60a105dbd866cb1ac23fb3277ff42f896c7f056 (diff) | |
download | xmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.gz xmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.bz2 |
Redundant imports (mostly <$>) removed
Diffstat (limited to 'src/Xmobar/Plugins/PipeReader.hs')
-rw-r--r-- | src/Xmobar/Plugins/PipeReader.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/PipeReader.hs b/src/Xmobar/Plugins/PipeReader.hs index 1a10abf..60f9494 100644 --- a/src/Xmobar/Plugins/PipeReader.hs +++ b/src/Xmobar/Plugins/PipeReader.hs @@ -21,7 +21,6 @@ import System.Posix.Files import Control.Concurrent(threadDelay) import Control.Exception import Control.Monad(forever, unless) -import Control.Applicative ((<$>)) data PipeReader = PipeReader String String deriving (Read, Show) |