diff options
-rw-r--r-- | apps/ListPaths.hs (renamed from apps/ListPath.hs) | 0 | ||||
-rw-r--r-- | windows-env.cabal | 2 |
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 |