From 140658f99100fb99e6195c6d4b8cb1f30031288f Mon Sep 17 00:00:00 2001 From: travis-ci Date: Wed, 1 Jun 2016 17:00:53 +0000 Subject: [PATCH] Lastest docs updated travis build: 55 commit: 2d96311b339ed401a7af1e3ed5a945daa730a616 auto-pushed to gh-pages --- src/HPath-IO-Errors.html | 2 +- src/HPath.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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