diff options
Diffstat (limited to 'src/compiler/GF/Infra/SIO.hs')
| -rw-r--r-- | src/compiler/GF/Infra/SIO.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/SIO.hs b/src/compiler/GF/Infra/SIO.hs index c8355b293..1011b8df4 100644 --- a/src/compiler/GF/Infra/SIO.hs +++ b/src/compiler/GF/Infra/SIO.hs @@ -21,7 +21,7 @@ module GF.Infra.SIO( import Prelude hiding (putStrLn,print) import Control.Monad(liftM) import System.IO(Handle,hPutStrLn,hFlush,stdout) -import System.IO.Error(try) +import GF.System.Catch(try) import System.Cmd(system) import System.Environment(getEnv) import Control.Concurrent.Chan(newChan,writeChan,getChanContents) |
