[project @ 2002-03-13 11:27:11 by simonmar]
authorsimonmar <unknown>
Wed, 13 Mar 2002 11:27:11 +0000 (11:27 +0000)
committersimonmar <unknown>
Wed, 13 Mar 2002 11:27:11 +0000 (11:27 +0000)
GHC version wibble

ghc/compiler/utils/Binary.hs

index bf0cf2c..7609ff4 100644 (file)
@@ -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 )