From f1c4b8922e32871a26b8074ef12392b9b8c8e662 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 16 Jan 2005 15:41:25 +0000 Subject: [haddock @ 2005-01-16 15:41:21 by panne] Cleaned up imports and dropped support for GHC < 5.03, it never worked, anyway. --- src/Binary.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Binary.hs') diff --git a/src/Binary.hs b/src/Binary.hs index eb7b9929..f3bc6477 100644 --- a/src/Binary.hs +++ b/src/Binary.hs @@ -105,8 +105,6 @@ import GHC.Word ( Word8(..) ) -- openFileEx is available from the lang package, but we want to -- be independent of hslibs libraries. import GHC.Handle ( openFileEx, IOModeEx(..) ) -#else -import System.IO ( openBinaryFile ) #endif #endif -- cgit v1.2.3