aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-18 04:47:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-18 04:47:21 +0300
commit62f1e6b804a940506eff5f3f924d2d000e16119d (patch)
tree443872b2e8ba439cb77de95391bba9319449de08 /windows-env.cabal
parentREADME update (diff)
downloadwindows-env-62f1e6b804a940506eff5f3f924d2d000e16119d.tar.gz
windows-env-62f1e6b804a940506eff5f3f924d2d000e16119d.zip
fix compiler warnings + refactoring
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal24
1 files changed, 12 insertions, 12 deletions
diff --git a/windows-env.cabal b/windows-env.cabal
index 5a2857d..bb5677b 100644
--- a/windows-env.cabal
+++ b/windows-env.cabal
@@ -24,8 +24,8 @@ library
executable add_path
hs-source-dirs: apps
main-is: AddPath.hs
- other-modules: Banner, Prompt
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, optparse-applicative
, windows-env
@@ -34,8 +34,8 @@ 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
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base, directory, filepath
, optparse-applicative
, windows-env
@@ -44,8 +44,8 @@ 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
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base, directory
, optparse-applicative
, windows-env
@@ -54,8 +54,8 @@ 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
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, optparse-applicative
, windows-env
@@ -64,8 +64,8 @@ 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
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, optparse-applicative
, windows-env
@@ -74,8 +74,8 @@ 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
+ other-modules: Prompt, PromptMessage
+ ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, optparse-applicative
, windows-env