diff options
Diffstat (limited to '')
-rw-r--r-- | src/Windows/Environment.hs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/Windows/Environment.hs b/src/Windows/Environment.hs index 5c26eea..322b97b 100644 --- a/src/Windows/Environment.hs +++ b/src/Windows/Environment.hs @@ -1,8 +1,10 @@ -{- - - Copyright 2015 Egor Tensin <Egor.Tensin@gmail.com> - - This file is licensed under the terms of the MIT License. - - See LICENSE.txt for details. --} +-- | +-- Copyright : (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> +-- License : MIT +-- Maintainer : Egor.Tensin@gmail.com +-- Stability : experimental +-- +-- High-level functions for reading and writing Windows environment variables. module Windows.Environment ( Profile(..) |