In local.cvs-ghc, you wrote: > I'm checking out the latest bleeding-edge release (20030221). It seems that the type > Posix.ProcessID has been made distinct from Int. All well and good, but in that case > shouldn't the type of GHC.Conc.forkProcess be IO (Maybe ProcessID) and not IO (Maybe > Int)?
You might want to update the base & unix package, I just moved forkProcess and changed the return type. BTW: I'm still interested in tracking down your pipe problem. Could you give it another try with the new GHC (and not use hslibs)? -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
