aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Error.hs
Commit message (Collapse)AuthorAge
* Move throwErrnoPath* functions to base:Foreign.C.ErrorGravatar Ian Lynagh2007-07-22
|
* [project @ 2004-08-19 11:15:51 by simonmar]Gravatar simonmar2004-08-19
Add filenames to all errors where it makes sense. I've added System.Posix.Error with a new family of error-throwing functions, throwErrnoPath*. This seemed to make the most sense: they don't belong in Foreign.C.Error (C by itself has no notion of paths). Fixes: [ 954378 ] getFileStatus does not include the file name in IO-Error