summaryrefslogtreecommitdiffhomepage
path: root/src/Environment.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2016-07-28 00:30:21 +0200
committerjao <jao@gnu.org>2016-07-28 00:30:21 +0200
commit5e783dc34abb507f4d9715f0fd30ed8db016772a (patch)
tree8ffade9020f5cf770ff7bdb104f645465a2f55a8 /src/Environment.hs
parent6af854ffa7ca840857876629690a10e143396e1f (diff)
downloadxmobar-5e783dc34abb507f4d9715f0fd30ed8db016772a.tar.gz
xmobar-5e783dc34abb507f4d9715f0fd30ed8db016772a.tar.bz2
Fixing compatibility with GHC 7.6
Diffstat (limited to 'src/Environment.hs')
-rw-r--r--src/Environment.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Environment.hs b/src/Environment.hs
index f0edece..8fbb35f 100644
--- a/src/Environment.hs
+++ b/src/Environment.hs
@@ -13,6 +13,7 @@
-----------------------------------------------------------------------------
module Environment where
+import Control.Applicative ((<$>))
import Data.Maybe (fromMaybe)
import System.Environment (lookupEnv)