cvs commit: fptools/hslibs/util Makefile Select.lhs

[email protected] Thu, 15 May 2003 02:16:22 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
stolz       2003/05/15 02:16:22 PDT

  Modified files:
    hslibs/util          Makefile Select.lhs 
  Log:
  Fix hSelect for ghc-5.X: 'handleToFd' makes Handles unusable afterwards,
  so we take the short route to the underlying FD without any sanity-checks.
  (Side-effect: Dependency on -package posix no longer necessary)
  
  Fixes: SourceForge bug [734716] ghc-5.05: handle closed by hselect
  
  Revision  Changes    Path
  1.31      +2 -2      fptools/hslibs/util/Makefile
  1.9       +6 -7      fptools/hslibs/util/Select.lhs