extra-1.5: Extra functions I use.

Safe HaskellSafe-Inferred

System.Environment.Extra

Description

Extra functions for System.Environment. All these functions are available in later GHC versions, but this code works all the way back to GHC 7.2.

Documentation

getExecutablePath :: IO FilePath

lookupEnv :: String -> IO (Maybe String)