diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-21 04:07:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-21 04:07:12 +0300 |
commit | 7fb6e6bd9d04727d6e1d72678170d63a3c2d88be (patch) | |
tree | 3be31b56740c57b7dc3c982d24a42d912ecefcf5 /windows-env.cabal | |
parent | fix license text + add Haddock headers (diff) | |
download | windows-env-7fb6e6bd9d04727d6e1d72678170d63a3c2d88be.tar.gz windows-env-7fb6e6bd9d04727d6e1d72678170d63a3c2d88be.zip |
remove fix_nt_symbol_path.exe
It became a bit too ad-hoc for this project anyway.
Diffstat (limited to 'windows-env.cabal')
-rw-r--r-- | windows-env.cabal | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index bb5677b..ea9d709 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -31,16 +31,6 @@ executable add_path , windows-env default-language: Haskell2010 -executable fix_nt_symbol_path - hs-source-dirs: apps - main-is: FixNtSymbolPath.hs - other-modules: Prompt, PromptMessage - ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N - build-depends: base, directory, filepath - , optparse-applicative - , windows-env - default-language: Haskell2010 - executable list_path hs-source-dirs: apps main-is: ListPath.hs |