aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Windows/Utils.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-18 00:17:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-18 00:17:44 +0300
commit427ae9ad54492954578cafbfcd2d815a084e0986 (patch)
treee81cdbf3b9f4d06c921f81a08264b214381d3c8a /src/Windows/Utils.hs
parentrefactoring (diff)
downloadwindows-env-427ae9ad54492954578cafbfcd2d815a084e0986.tar.gz
windows-env-427ae9ad54492954578cafbfcd2d815a084e0986.zip
put modules to 'Windows'
Diffstat (limited to '')
-rw-r--r--src/Windows/Utils.hs (renamed from src/WindowsUtils.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WindowsUtils.hs b/src/Windows/Utils.hs
index 6fa1f0e..aad241f 100644
--- a/src/WindowsUtils.hs
+++ b/src/Windows/Utils.hs
@@ -4,7 +4,7 @@
- See LICENSE.txt for details.
-}
-module WindowsUtils
+module Windows.Utils
( notifyEnvironmentUpdate
) where