From: simonmar Date: Wed, 13 Mar 2002 11:27:11 +0000 (+0000) Subject: [project @ 2002-03-13 11:27:11 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2275 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8277eb70e14be49b9f1e8e0d6e333192428e90d7;p=ghc-hetmet.git [project @ 2002-03-13 11:27:11 by simonmar] GHC version wibble --- 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 )