diff options
Diffstat (limited to 'src/compiler/GF/System')
| -rw-r--r-- | src/compiler/GF/System/UseSignal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/System/UseSignal.hs b/src/compiler/GF/System/UseSignal.hs index 20c70a568..c1298e0c7 100644 --- a/src/compiler/GF/System/UseSignal.hs +++ b/src/compiler/GF/System/UseSignal.hs @@ -18,7 +18,7 @@ module GF.System.UseSignal where import Control.Concurrent (myThreadId, killThread) import Control.Exception (SomeException,catch) import Prelude hiding (catch) -import System.IO +--import System.IO #ifdef mingw32_HOST_OS import GHC.ConsoleHandler |
