
10 Jan
2009
10 Jan
'09
10:37 p.m.
Galchin, Vasili ha scritto:
[...] I suspect that this is a problem with shared library loading in ghci, since the C code you use for your package, is also used by the base package (for the Posix subsystem).
By the way: I don't see reasons to add all that code, since it is not used.
^^^ which code?
Code from HsUnix.h and execvpe.h.
One personal note: I don't like `tvSec` and `tvNsec`, I think `seconds` and `nanoSeconds` is a better choice. ^^^ ok .. I agree and will change. I asked others for criticisms(constructive) when I put to hackage but didn't get any. This is good ...
I would like to help to develope any wrappers around POSIX API. Manlio