diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:47:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:47:20 +0300 |
commit | 727dee32769d899618e8c578dac459bbcced57ca (patch) | |
tree | d62011178876a3950bb8789f1d5267eb963d3d72 /src/Windows/Environment.hs | |
parent | explicitly require Win32 >= 2.4 (diff) | |
download | windows-env-727dee32769d899618e8c578dac459bbcced57ca.tar.gz windows-env-727dee32769d899618e8c578dac459bbcced57ca.zip |
add Portability to module descriptions
Diffstat (limited to '')
-rw-r--r-- | src/Windows/Environment.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Windows/Environment.hs b/src/Windows/Environment.hs index d44b291..b975be4 100644 --- a/src/Windows/Environment.hs +++ b/src/Windows/Environment.hs @@ -1,8 +1,10 @@ -- | +-- Description : High-level environment variables management functions -- Copyright : (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only -- -- High-level functions for reading and writing Windows environment variables. |