aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/ListPaths.hs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ListPaths.hs')
-rw-r--r--apps/ListPaths.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ListPaths.hs b/apps/ListPaths.hs
index 79f82c2..543599e 100644
--- a/apps/ListPaths.hs
+++ b/apps/ListPaths.hs
@@ -17,7 +17,7 @@ import System.IO.Error (ioError)
import Options.Applicative
-import qualified Windows.Environment as Env
+import qualified WindowsEnv.Environment as Env
data WhichPaths = All | ExistingOnly | MissingOnly
deriving (Eq, Show)