diff --git a/src/HPath-IO-Errors.html b/src/HPath-IO-Errors.html index 3ed858a..036ea8e 100644 --- a/src/HPath-IO-Errors.html +++ b/src/HPath-IO-Errors.html @@ -145,7 +145,7 @@ -instance Exception HPathIOException +instance Exception HPathIOException diff --git a/src/HPath.html b/src/HPath.html index 39f452c..eaaf0e8 100644 --- a/src/HPath.html +++ b/src/HPath.html @@ -93,16 +93,16 @@ | InvalidFn ByteString | Couldn'tStripPrefixTPS ByteString ByteString deriving (Show,Typeable) -instance Exception PathParseException +instance Exception PathParseException data PathException = RootDirHasNoBasename deriving (Show,Typeable) -instance Exception PathException +instance Exception PathException class RelC m -instance RelC Rel -instance RelC Fn +instance RelC Rel +instance RelC Fn -------------------------------------------------------------------------------- -- PatternSynonyms