diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
commit | 80f6847645459dfd21e531946e1eeaf2384a2dff (patch) | |
tree | 8a93e818fe647974bd724be08092e9475d03425f /windows-env.cabal | |
parent | add README to the package (diff) | |
download | windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.tar.gz windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.zip |
rename directories
Diffstat (limited to 'windows-env.cabal')
-rw-r--r-- | windows-env.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
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 |