From: simonmar Date: Thu, 5 Dec 2002 09:49:38 +0000 (+0000) Subject: [project @ 2002-12-05 09:49:38 by simonmar] X-Git-Tag: nhc98-1-18-release~791 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f46abbad26f6f63d20ac72785a81963cab77b2df;p=haskell-directory.git [project @ 2002-12-05 09:49:38 by simonmar] annotateIOError was somehow missing from the export list... --- diff --git a/System/IO/Error.hs b/System/IO/Error.hs index 9ac35a0..be5b692 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -27,6 +27,9 @@ module System.IO.Error ( mkIOError, -- :: IOErrorType -> String -> Maybe Handle -- -> Maybe FilePath -> IOError + annotateIOError, -- :: IOError -> String -> Maybe FilePath + -- -> Maybe Handle -> IOError + alreadyExistsErrorType, -- :: IOErrorType doesNotExistErrorType, alreadyInUseErrorType,