From be9299d2dc8e0a9e76fe6f07cabb15c144999710 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Jul 2016 00:43:21 +0300 Subject: refactoring --- windows-env.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'windows-env.cabal') 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 -- cgit v1.2.3