diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 00:43:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 00:43:21 +0300 |
commit | be9299d2dc8e0a9e76fe6f07cabb15c144999710 (patch) | |
tree | 91a68cd35e78c612eb358181f24e91fda904e766 /windows-env.cabal | |
parent | put modules to 'Windows' (diff) | |
download | windows-env-be9299d2dc8e0a9e76fe6f07cabb15c144999710.tar.gz windows-env-be9299d2dc8e0a9e76fe6f07cabb15c144999710.zip |
refactoring
Diffstat (limited to 'windows-env.cabal')
-rw-r--r-- | windows-env.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index d34684f..5a2857d 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -24,6 +24,7 @@ library executable add_path hs-source-dirs: apps main-is: AddPath.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative @@ -33,6 +34,7 @@ executable add_path executable fix_nt_symbol_path hs-source-dirs: apps main-is: FixNtSymbolPath.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory, filepath , optparse-applicative @@ -42,6 +44,7 @@ executable fix_nt_symbol_path executable list_path hs-source-dirs: apps main-is: ListPath.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory , optparse-applicative @@ -51,6 +54,7 @@ executable list_path executable remove_path hs-source-dirs: apps main-is: RemovePath.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative @@ -60,6 +64,7 @@ executable remove_path executable set_env hs-source-dirs: apps main-is: SetEnv.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative @@ -69,6 +74,7 @@ executable set_env executable unset_env hs-source-dirs: apps main-is: UnsetEnv.hs + other-modules: Banner, Prompt ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative |