diff options
| -rw-r--r-- | src/wrapper.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapper.hs b/src/wrapper.hs index c65d60d3..212f737d 100644 --- a/src/wrapper.hs +++ b/src/wrapper.hs @@ -19,6 +19,7 @@ import System.Directory import System.Environment (getArgs) import System.Exit import System.Posix.Directory +import Control.Monad.IfElse main :: IO () main = withConcurrentOutput $ go =<< getArgs |
