Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32 On branch : master
http://hackage.haskell.org/trac/ghc/changeset/17744cc26fad2da4a20995de0263fb72ea597d93 >--------------------------------------------------------------- commit 17744cc26fad2da4a20995de0263fb72ea597d93 Author: Ian Lynagh <[email protected]> Date: Wed Jun 20 02:39:02 2012 +0100 Follow changes in base >--------------------------------------------------------------- System/Win32/Info.hsc | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/System/Win32/Info.hsc b/System/Win32/Info.hsc index 2448deb..b6275da 100644 --- a/System/Win32/Info.hsc +++ b/System/Win32/Info.hsc @@ -19,9 +19,8 @@ module System.Win32.Info where import System.Win32.Types -import Prelude hiding (catch) import Control.Exception (catch) -import System.IO.Error hiding (catch, try) +import System.IO.Error import Foreign ( Storable(sizeOf, alignment, peekByteOff, pokeByteOff, peek, poke) , Ptr, alloca, allocaArray ) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
