> Do anyone know another way to make system call from Haskell (such as finding > files in a directory, change file attribute...) besides calling to another > language to do the job? In the end, you will have to call out to C anyway. So what do you really want to avoid? The bother of coding it up yourself? Then, try GHC's Posix libraries. Manuel
- Making system call from Haskell? Nguyen Phan Dung
- Re: Making system call from Haskell? Manuel M. T. Chakravarty
- Re: Making system call from Haskell? Hans Aberg
- Re: Making system call from Haskell? Lennart Augustsson
