cvs commit: fptools/hslibs/posix Posix.lhs POpen.hs

[email protected] Fri, 3 Oct 2003 04:56:00 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
wolfgang    2003/10/03 04:56:00 PDT

  Modified files:
    hslibs/posix         Posix.lhs POpen.hs 
  Log:
  Change to use new version of forkProcess
  (forkProcess :: IO () -> IO ProcessID)
  
  Revision  Changes    Path
  1.9       +2 -4      fptools/hslibs/posix/Posix.lhs
  1.5       +15 -16    fptools/hslibs/posix/POpen.hs