-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | A cross-platform library for setting environment variables
--   
--   A cross-platform library for setting environment variables
--   
--   Note: Since <tt>base-4.7.0.0</tt> the functions <tt>setEnv</tt> and
--   <tt>unsetEnv</tt> are provided by <tt>System.Environment</tt>.
--   <tt>System.SetEnv</tt> merily re-exports those functions when built
--   with <tt>base &gt;= 4.7</tt>.
@package setenv
@version 0.1.1.3

module System.SetEnv
setEnv :: String -> String -> IO ()
unsetEnv :: String -> IO ()
