[Haskell-cafe] ANN: winerror-0.1

Felix Martini fmartini at gmail.com
Sun Feb 17 07:14:25 EST 2008


This is a small package for error handling when making foreign calls
to the Windows API. The functions are similar to those in
Foreign.C.Error, e.g. throwWinErrorIf corresponds to throwErrnoIf.
Dynamic io errors are thrown with GHC so the catchWinError function
can catch specific Windows error codes and handle them.

Regards,
Felix


More information about the Haskell-Cafe mailing list