diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-02 01:51:01 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-02 01:52:09 -0400 |
| commit | 828830eace62dba7d75b656142d83f8396fd2968 (patch) | |
| tree | 96900ce82879b7c8aaaecf76cdc6cbb383af5968 /src/wrapper.hs | |
| parent | bdffac1bfae1ec20ac20453b559addca2b98e1ff (diff) | |
typo
Diffstat (limited to 'src/wrapper.hs')
| -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 |
