diff options
author | jao <jao@gnu.org> | 2016-07-28 00:30:21 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2016-07-28 00:30:21 +0200 |
commit | 5e783dc34abb507f4d9715f0fd30ed8db016772a (patch) | |
tree | 8ffade9020f5cf770ff7bdb104f645465a2f55a8 /src/Environment.hs | |
parent | 6af854ffa7ca840857876629690a10e143396e1f (diff) | |
download | xmobar-5e783dc34abb507f4d9715f0fd30ed8db016772a.tar.gz xmobar-5e783dc34abb507f4d9715f0fd30ed8db016772a.tar.bz2 |
Fixing compatibility with GHC 7.6
Diffstat (limited to 'src/Environment.hs')
-rw-r--r-- | src/Environment.hs | 1 |
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) |