aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-25 18:24:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-25 18:24:42 +0300
commit364345c59d190c720d639397e4da87631212636d (patch)
treedb9fc3552650b66186673de3359519885f72b244
parentpaths: add "current"/"all users" options (diff)
downloadwindows-env-364345c59d190c720d639397e4da87631212636d.tar.gz
windows-env-364345c59d190c720d639397e4da87631212636d.zip
rename source files
-rw-r--r--apps/ListPaths.hs (renamed from apps/ListPath.hs)0
-rw-r--r--windows-env.cabal2
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/ListPath.hs b/apps/ListPaths.hs
index 65d374b..65d374b 100644
--- a/apps/ListPath.hs
+++ b/apps/ListPaths.hs
diff --git a/windows-env.cabal b/windows-env.cabal
index 2a00ff5..2be4095 100644
--- a/windows-env.cabal
+++ b/windows-env.cabal
@@ -39,7 +39,7 @@ executable addpath
executable paths
hs-source-dirs: apps
- main-is: ListPath.hs
+ main-is: ListPaths.hs
other-modules: Prompt, PromptMessage
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base, directory