Re: Calling an external command from a Haskell program
"Sigbjorn Finne" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <21b401c397e5$0a4fc210$1e32a8c0@sofxp> |
[left out [email protected]] Thanks, fixed now. Just a plain old bug in the Hugs codebase. --sigbjorn C.Reinke wrote: >> The function system works fine in Hugs except on windows where DOS >> limitations cause the function to always return ExitSuccess. (ghc >> suffers from the same problem on Windows.) > > Actually, that is not quite correct: ghc seems to suffer from this > problem only on older Windows versions (such as Windows 98), whereas > Hugs seems to have the bug also on newer Windows versions (such as > XP), at least in its current binary release.. I reported the > ghc/win98 problem earlier, below is what happens on Windows XP. > > So the bug seems even worse in Hugs than in GHC? > > Claus