Has anyone lese noticed this build break when building GHC for Windows?

Win32Spawn.hs:38:14:
    Couldn't match `IO Handle' against `t -> t1'
      Expected type: IO Handle
      Inferred type: t -> t1
    Probable cause: `openFd' is applied to too many arguments in the call
        (openFd (fromIntegral wIn)
                (Just RegularFile)
                False
                ("<fd " ++ ((show wIn) ++ ">"))
                WriteMode
                False
                False)
    In a 'do' expression:
        hIn <- openFd (fromIntegral wIn)
                      (Just RegularFile)
                      False
                      ("<fd " ++ ((show wIn) ++ ">"))
                      WriteMode
                      False
                      False
make[2]: *** [Win32Spawn.o] Error 1
make[1]: *** [all] Error 1
make[1]: Leaving directory `/c/src/ghc/fptools/hslibs'
make: *** [build] Error 1



Cheers,

Satnam

________________________________________
Satnam Singh
Microsoft
One Microsoft Way
Redmond
Washington 98052-6399
USA
Email: [EMAIL PROTECTED]
Telephone: +1 425 705 8208
Cell: +1 408 718 2588
Pager:  [EMAIL PROTECTED] 
eFax: +1 815 550 4055

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to