diff options
Diffstat (limited to '')
-rw-r--r-- | wintmp.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wintmp.cabal b/wintmp.cabal index 8e73e63..a8a8437 100644 --- a/wintmp.cabal +++ b/wintmp.cabal @@ -25,6 +25,7 @@ executable add_path main-is: AddPath.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base + , optparse-applicative , wintmp default-language: Haskell2010 @@ -41,6 +42,7 @@ executable list_path main-is: ListPath.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory + , optparse-applicative , wintmp default-language: Haskell2010 @@ -49,6 +51,7 @@ executable remove_path main-is: RemovePath.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base + , optparse-applicative , wintmp default-language: Haskell2010 @@ -57,6 +60,7 @@ executable set_env main-is: SetEnv.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base + , optparse-applicative , wintmp default-language: Haskell2010 @@ -65,6 +69,7 @@ executable unset_env main-is: UnsetEnv.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base + , optparse-applicative , wintmp default-language: Haskell2010 |