aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv/Environment.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WindowsEnv/Environment.hs (renamed from src/Windows/Environment.hs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Windows/Environment.hs b/src/WindowsEnv/Environment.hs
index b975be4..8bfb449 100644
--- a/src/Windows/Environment.hs
+++ b/src/WindowsEnv/Environment.hs
@@ -8,7 +8,7 @@
--
-- High-level functions for reading and writing Windows environment variables.
-module Windows.Environment
+module WindowsEnv.Environment
( Profile(..)
, profileKeyPath
@@ -28,8 +28,8 @@ import Control.Monad.Trans.Except (ExceptT(..))
import Data.List (intercalate)
import Data.List.Split (splitOn)
-import qualified Windows.Registry as Registry
-import Windows.Utils (notifyEnvironmentUpdate)
+import qualified WindowsEnv.Registry as Registry
+import WindowsEnv.Utils (notifyEnvironmentUpdate)
data Profile = CurrentUser
| AllUsers