diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-17 15:47:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-17 15:47:51 +0300 |
commit | 8653780e04df0ad0d24b5be15a98bb0dcb01ca30 (patch) | |
tree | 8137ce258398a6c422dc36b8751ffe4f1fc05364 /windows-env.cabal | |
parent | README update (diff) | |
download | windows-env-8653780e04df0ad0d24b5be15a98bb0dcb01ca30.tar.gz windows-env-8653780e04df0ad0d24b5be15a98bb0dcb01ca30.zip |
add command line options to skip prompts
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index ec9bca8..f3e29d3 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -34,6 +34,7 @@ executable fix_nt_symbol_path main-is: FixNtSymbolPath.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory, filepath + , optparse-applicative , windows-env default-language: Haskell2010 |