diff options
-rw-r--r-- | bin/AddPath.hs (renamed from apps/AddPath.hs) | 0 | ||||
-rw-r--r-- | bin/ListPaths.hs (renamed from apps/ListPaths.hs) | 0 | ||||
-rw-r--r-- | bin/Prompt.hs (renamed from apps/Prompt.hs) | 0 | ||||
-rw-r--r-- | bin/PromptMessage.hs (renamed from apps/PromptMessage.hs) | 0 | ||||
-rw-r--r-- | bin/RemovePath.hs (renamed from apps/RemovePath.hs) | 0 | ||||
-rw-r--r-- | bin/SetEnv.hs (renamed from apps/SetEnv.hs) | 0 | ||||
-rw-r--r-- | bin/UnsetEnv.hs (renamed from apps/UnsetEnv.hs) | 0 | ||||
-rw-r--r-- | lib/WindowsEnv.hs (renamed from src/WindowsEnv.hs) | 0 | ||||
-rw-r--r-- | lib/WindowsEnv/Environment.hs (renamed from src/WindowsEnv/Environment.hs) | 0 | ||||
-rw-r--r-- | lib/WindowsEnv/Registry.hs (renamed from src/WindowsEnv/Registry.hs) | 0 | ||||
-rw-r--r-- | lib/WindowsEnv/Utils.hs (renamed from src/WindowsEnv/Utils.hs) | 0 | ||||
-rw-r--r-- | windows-env.cabal | 12 |
12 files changed, 6 insertions, 6 deletions
diff --git a/apps/AddPath.hs b/bin/AddPath.hs index 73d86d0..73d86d0 100644 --- a/apps/AddPath.hs +++ b/bin/AddPath.hs diff --git a/apps/ListPaths.hs b/bin/ListPaths.hs index 666423f..666423f 100644 --- a/apps/ListPaths.hs +++ b/bin/ListPaths.hs diff --git a/apps/Prompt.hs b/bin/Prompt.hs index 404c582..404c582 100644 --- a/apps/Prompt.hs +++ b/bin/Prompt.hs diff --git a/apps/PromptMessage.hs b/bin/PromptMessage.hs index a3ff776..a3ff776 100644 --- a/apps/PromptMessage.hs +++ b/bin/PromptMessage.hs diff --git a/apps/RemovePath.hs b/bin/RemovePath.hs index 7d0c104..7d0c104 100644 --- a/apps/RemovePath.hs +++ b/bin/RemovePath.hs diff --git a/apps/SetEnv.hs b/bin/SetEnv.hs index 87d7812..87d7812 100644 --- a/apps/SetEnv.hs +++ b/bin/SetEnv.hs diff --git a/apps/UnsetEnv.hs b/bin/UnsetEnv.hs index f60503b..f60503b 100644 --- a/apps/UnsetEnv.hs +++ b/bin/UnsetEnv.hs diff --git a/src/WindowsEnv.hs b/lib/WindowsEnv.hs index e306507..e306507 100644 --- a/src/WindowsEnv.hs +++ b/lib/WindowsEnv.hs diff --git a/src/WindowsEnv/Environment.hs b/lib/WindowsEnv/Environment.hs index 8bfb449..8bfb449 100644 --- a/src/WindowsEnv/Environment.hs +++ b/lib/WindowsEnv/Environment.hs diff --git a/src/WindowsEnv/Registry.hs b/lib/WindowsEnv/Registry.hs index da889d4..da889d4 100644 --- a/src/WindowsEnv/Registry.hs +++ b/lib/WindowsEnv/Registry.hs diff --git a/src/WindowsEnv/Utils.hs b/lib/WindowsEnv/Utils.hs index c852229..c852229 100644 --- a/src/WindowsEnv/Utils.hs +++ b/lib/WindowsEnv/Utils.hs diff --git a/windows-env.cabal b/windows-env.cabal index 0ea4b5a..b7d4d89 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -21,7 +21,7 @@ extra-source-files: README.md cabal-version: >=1.10 library - hs-source-dirs: src + hs-source-dirs: lib exposed-modules: WindowsEnv, WindowsEnv.Environment other-modules: WindowsEnv.Registry, WindowsEnv.Utils ghc-options: -Wall -Werror @@ -34,7 +34,7 @@ library default-language: Haskell2010 executable addpath - hs-source-dirs: apps + hs-source-dirs: bin main-is: AddPath.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -45,7 +45,7 @@ executable addpath default-language: Haskell2010 executable paths - hs-source-dirs: apps + hs-source-dirs: bin main-is: ListPaths.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -56,7 +56,7 @@ executable paths default-language: Haskell2010 executable delpath - hs-source-dirs: apps + hs-source-dirs: bin main-is: RemovePath.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -67,7 +67,7 @@ executable delpath default-language: Haskell2010 executable setenv - hs-source-dirs: apps + hs-source-dirs: bin main-is: SetEnv.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -78,7 +78,7 @@ executable setenv default-language: Haskell2010 executable delenv - hs-source-dirs: apps + hs-source-dirs: bin main-is: UnsetEnv.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N |