aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Windows/Environment.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:47:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:47:20 +0300
commit727dee32769d899618e8c578dac459bbcced57ca (patch)
treed62011178876a3950bb8789f1d5267eb963d3d72 /src/Windows/Environment.hs
parentexplicitly require Win32 >= 2.4 (diff)
downloadwindows-env-727dee32769d899618e8c578dac459bbcced57ca.tar.gz
windows-env-727dee32769d899618e8c578dac459bbcced57ca.zip
add Portability to module descriptions
Diffstat (limited to 'src/Windows/Environment.hs')
-rw-r--r--src/Windows/Environment.hs2
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.