diff options
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) |