> 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


Reply via email to