summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/System/Environment.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-08-07 03:33:15 +0100
committerjao <jao@gnu.org>2020-08-07 03:33:15 +0100
commit0e7c39d9ec6719a32eec0b696d7167faf6598757 (patch)
treeef731d961475e106ea12ad48bc39c6332e81c719 /src/Xmobar/System/Environment.hs
parentf60a105dbd866cb1ac23fb3277ff42f896c7f056 (diff)
downloadxmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.gz
xmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.bz2
Redundant imports (mostly <$>) removed
Diffstat (limited to 'src/Xmobar/System/Environment.hs')
-rw-r--r--src/Xmobar/System/Environment.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xmobar/System/Environment.hs b/src/Xmobar/System/Environment.hs
index 86197db..25802fe 100644
--- a/src/Xmobar/System/Environment.hs
+++ b/src/Xmobar/System/Environment.hs
@@ -13,7 +13,6 @@
-----------------------------------------------------------------------------
module Xmobar.System.Environment(expandEnv) where
-import Control.Applicative ((<$>))
import Data.Maybe (fromMaybe)
import System.Environment (lookupEnv)