From 727dee32769d899618e8c578dac459bbcced57ca Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2017 05:47:20 +0300 Subject: add Portability to module descriptions --- src/Windows/Environment.hs | 2 ++ src/Windows/Registry.hs | 4 +++- src/Windows/Utils.hs | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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 -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only -- -- High-level functions for reading and writing Windows environment variables. diff --git a/src/Windows/Registry.hs b/src/Windows/Registry.hs index 2fe11e4..e7daaab 100644 --- a/src/Windows/Registry.hs +++ b/src/Windows/Registry.hs @@ -1,10 +1,12 @@ -- | +-- Description : Lower-level registry access wrappers -- Copyright : (c) 2015 Egor Tensin -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only -- --- Low-level utility functions for reading and writing registry values. +-- Lower-level functions for reading and writing registry values. module Windows.Registry ( IsKeyPath(..) diff --git a/src/Windows/Utils.hs b/src/Windows/Utils.hs index 6dfaa5c..414ec50 100644 --- a/src/Windows/Utils.hs +++ b/src/Windows/Utils.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Windows.Utils ( notifyEnvironmentUpdate -- cgit v1.2.3