aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-19 13:51:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-19 13:51:14 +0300
commit1e5719b6c6b94aa59ea4ee490c912e856d779873 (patch)
tree607ab546e189fde145e59ddecc46946001b869c7 /windows-env.cabal
parentupdate project description (diff)
downloadwindows-env-1e5719b6c6b94aa59ea4ee490c912e856d779873.tar.gz
windows-env-1e5719b6c6b94aa59ea4ee490c912e856d779873.zip
rename binaries
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/windows-env.cabal b/windows-env.cabal
index 2d0d02f..31eb75f 100644
--- a/windows-env.cabal
+++ b/windows-env.cabal
@@ -21,7 +21,7 @@ library
build-depends: base, split, Win32
default-language: Haskell2010
-executable add_path
+executable addpath
hs-source-dirs: apps
main-is: AddPath.hs
other-modules: Prompt, PromptMessage
@@ -31,7 +31,7 @@ executable add_path
, windows-env
default-language: Haskell2010
-executable list_path
+executable paths
hs-source-dirs: apps
main-is: ListPath.hs
other-modules: Prompt, PromptMessage
@@ -41,7 +41,7 @@ executable list_path
, windows-env
default-language: Haskell2010
-executable remove_path
+executable delpath
hs-source-dirs: apps
main-is: RemovePath.hs
other-modules: Prompt, PromptMessage
@@ -51,7 +51,7 @@ executable remove_path
, windows-env
default-language: Haskell2010
-executable set_env
+executable setenv
hs-source-dirs: apps
main-is: SetEnv.hs
other-modules: Prompt, PromptMessage
@@ -61,7 +61,7 @@ executable set_env
, windows-env
default-language: Haskell2010
-executable unset_env
+executable delenv
hs-source-dirs: apps
main-is: UnsetEnv.hs
other-modules: Prompt, PromptMessage