diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:58:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:58:46 +0300 |
commit | d3e2eeb7892e132120174de5567d932d83c97218 (patch) | |
tree | de2fa96af0f64764e7abf7b9482078e19502bae9 /apps/UnsetEnv.hs | |
parent | add Portability to module descriptions (diff) | |
download | windows-env-d3e2eeb7892e132120174de5567d932d83c97218.tar.gz windows-env-d3e2eeb7892e132120174de5567d932d83c97218.zip |
rename namespace 'Windows' to 'WindowsEnv'
Diffstat (limited to '')
-rw-r--r-- | apps/UnsetEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index c92de03..65f0c91 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -13,7 +13,7 @@ import System.IO.Error (ioError) import Options.Applicative -import qualified Windows.Environment as Env +import qualified WindowsEnv.Environment as Env import Prompt import PromptMessage |