diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-11 05:01:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-11 05:01:08 +0300 |
commit | f642ef72af2cb4c9581da0da21429d50420495f1 (patch) | |
tree | b31f07865acc5aab3fa68a6ddea27468d790634f | |
parent | refactoring (diff) | |
download | windows-env-f642ef72af2cb4c9581da0da21429d50420495f1.tar.gz windows-env-f642ef72af2cb4c9581da0da21429d50420495f1.zip |
windows-env.cabal: fix formatting
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index abea108..9990cc6 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -49,7 +49,8 @@ executable paths main-is: ListPaths.hs other-modules: Utils.Prompt, Utils.PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N - build-depends: base, directory + build-depends: base + , directory , optparse-applicative , transformers , windows-env |