aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv/Utils.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:58:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:58:46 +0300
commitd3e2eeb7892e132120174de5567d932d83c97218 (patch)
treede2fa96af0f64764e7abf7b9482078e19502bae9 /src/WindowsEnv/Utils.hs
parentadd Portability to module descriptions (diff)
downloadwindows-env-d3e2eeb7892e132120174de5567d932d83c97218.tar.gz
windows-env-d3e2eeb7892e132120174de5567d932d83c97218.zip
rename namespace 'Windows' to 'WindowsEnv'
Diffstat (limited to '')
-rw-r--r--src/WindowsEnv/Utils.hs (renamed from src/Windows/Utils.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Windows/Utils.hs b/src/WindowsEnv/Utils.hs
index 414ec50..c852229 100644
--- a/src/Windows/Utils.hs
+++ b/src/WindowsEnv/Utils.hs
@@ -5,7 +5,7 @@
-- Stability : experimental
-- Portability : Windows-only
-module Windows.Utils
+module WindowsEnv.Utils
( notifyEnvironmentUpdate
) where