aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal1
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