diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-26 19:03:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-26 19:03:03 +0300 |
commit | b20d44c618f370a1998c70dd5708d9bbe4ed1c80 (patch) | |
tree | 0ec7e019648955a77e70163e6becdb06e78ca823 /app | |
parent | put utility modules to bin/Utils/ (diff) | |
download | windows-env-b20d44c618f370a1998c70dd5708d9bbe4ed1c80.tar.gz windows-env-b20d44c618f370a1998c70dd5708d9bbe4ed1c80.zip |
rename directories
Diffstat (limited to '')
-rw-r--r-- | app/AddPath.hs (renamed from bin/AddPath.hs) | 0 | ||||
-rw-r--r-- | app/ListPaths.hs (renamed from bin/ListPaths.hs) | 0 | ||||
-rw-r--r-- | app/RemovePath.hs (renamed from bin/RemovePath.hs) | 0 | ||||
-rw-r--r-- | app/SetEnv.hs (renamed from bin/SetEnv.hs) | 0 | ||||
-rw-r--r-- | app/UnsetEnv.hs (renamed from bin/UnsetEnv.hs) | 0 | ||||
-rw-r--r-- | app/Utils/Prompt.hs (renamed from bin/Utils/Prompt.hs) | 0 | ||||
-rw-r--r-- | app/Utils/PromptMessage.hs (renamed from bin/Utils/PromptMessage.hs) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/bin/AddPath.hs b/app/AddPath.hs index 683b82f..683b82f 100644 --- a/bin/AddPath.hs +++ b/app/AddPath.hs diff --git a/bin/ListPaths.hs b/app/ListPaths.hs index 666423f..666423f 100644 --- a/bin/ListPaths.hs +++ b/app/ListPaths.hs diff --git a/bin/RemovePath.hs b/app/RemovePath.hs index 6f2174b..6f2174b 100644 --- a/bin/RemovePath.hs +++ b/app/RemovePath.hs diff --git a/bin/SetEnv.hs b/app/SetEnv.hs index 5948d3e..5948d3e 100644 --- a/bin/SetEnv.hs +++ b/app/SetEnv.hs diff --git a/bin/UnsetEnv.hs b/app/UnsetEnv.hs index 98b52e3..98b52e3 100644 --- a/bin/UnsetEnv.hs +++ b/app/UnsetEnv.hs diff --git a/bin/Utils/Prompt.hs b/app/Utils/Prompt.hs index 51b3f0c..51b3f0c 100644 --- a/bin/Utils/Prompt.hs +++ b/app/Utils/Prompt.hs diff --git a/bin/Utils/PromptMessage.hs b/app/Utils/PromptMessage.hs index 37fc1e6..37fc1e6 100644 --- a/bin/Utils/PromptMessage.hs +++ b/app/Utils/PromptMessage.hs |