[project @ 2002-12-05 09:49:38 by simonmar]
authorsimonmar <unknown>
Thu, 5 Dec 2002 09:49:38 +0000 (09:49 +0000)
committersimonmar <unknown>
Thu, 5 Dec 2002 09:49:38 +0000 (09:49 +0000)
annotateIOError was somehow missing from the export list...

System/IO/Error.hs

index 9ac35a0..be5b692 100644 (file)
@@ -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,