diff options
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 |