diff options
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 |