Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2b3c43c6fa3ffe85baa6413ce80fc6ce5cc17acf

>---------------------------------------------------------------

commit 2b3c43c6fa3ffe85baa6413ce80fc6ce5cc17acf
Author: Ian Lynagh <[email protected]>
Date:   Sun Oct 23 19:08:40 2011 +0100

    Fix build on Windows

>---------------------------------------------------------------

 System/Win32/Time.hsc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Win32/Time.hsc b/System/Win32/Time.hsc
index ae36ba4..a4c1950 100644
--- a/System/Win32/Time.hsc
+++ b/System/Win32/Time.hsc
@@ -26,7 +26,7 @@ import Foreign          ( Storable(sizeOf, alignment, 
peekByteOff, peek,
                                    pokeByteOff, poke)
                         , Ptr, nullPtr, castPtr, plusPtr, advancePtr
                         , with, alloca, allocaBytes, copyArray )
-import Foreign.C        ( CInt, CWchar
+import Foreign.C        ( CInt(..), CWchar(..)
                         , peekCWString, withCWStringLen, withCWString )
 
 #include "windows.h"



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to