diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-11 05:37:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-11 05:37:27 +0300 |
commit | 742c541568f05d160784ace2024ee7256e3bd189 (patch) | |
tree | 1825605080aecab732ac59245dc762f4248945c7 /windows-env.cabal | |
parent | windows-env.cabal: fix formatting (diff) | |
download | windows-env-742c541568f05d160784ace2024ee7256e3bd189.tar.gz windows-env-742c541568f05d160784ace2024ee7256e3bd189.zip |
refactoring
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index 9990cc6..9850c2c 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -27,6 +27,7 @@ library ghc-options: -Wall -Werror build-depends: base , bytestring + , directory , split , text , transformers @@ -50,7 +51,6 @@ executable paths other-modules: Utils.Prompt, Utils.PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N build-depends: base - , directory , optparse-applicative , transformers , windows-env |