From f46abbad26f6f63d20ac72785a81963cab77b2df Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 5 Dec 2002 09:49:38 +0000 Subject: [PATCH] [project @ 2002-12-05 09:49:38 by simonmar] annotateIOError was somehow missing from the export list... --- System/IO/Error.hs | 3 +++ 1 file changed, 3 insertions(+) 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, -- 1.7.10.4