From 8277eb70e14be49b9f1e8e0d6e333192428e90d7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Mar 2002 11:27:11 +0000 Subject: [PATCH] [project @ 2002-03-13 11:27:11 by simonmar] GHC version wibble --- ghc/compiler/utils/Binary.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/Binary.hs b/ghc/compiler/utils/Binary.hs index bf0cf2c..7609ff4 100644 --- a/ghc/compiler/utils/Binary.hs +++ b/ghc/compiler/utils/Binary.hs @@ -84,7 +84,7 @@ import Data.IORef import Data.Char ( ord, chr ) import Data.Array.Base ( unsafeRead, unsafeWrite ) import Control.Monad ( when ) -import Control.Exception ( throw ) +import Control.Exception ( throw, throwDyn ) import System.IO as IO import System.IO.Unsafe ( unsafeInterleaveIO ) import System.IO.Error ( mkIOError, eofErrorType ) -- 1.7.10.4