diff --git a/HPath.cabal b/HPath.cabal
--- a/HPath.cabal
+++ b/HPath.cabal
@@ -1,5 +1,5 @@
 name                          : HPath
-version                       : 0.0.1
+version                       : 0.0.2
 category                      : Source Tools, Text
 license                       : BSD3
 license-file                  : LICENSE
@@ -25,7 +25,7 @@
                               , mtl
                               , parsec
                               , utf8-string >= 0.3
-                              , haskell-src-exts >= 1.5.1
+                              , haskell-src-exts >= 1.5.2
                               , Cabal >= 1.6
   exposed-modules             : HPath.Cabal
                                 HPath.HaskellSrcExts.Classes
@@ -48,7 +48,7 @@
                               , mtl
                               , parsec
                               , utf8-string >= 0.3
-                              , haskell-src-exts >= 1.5.1
+                              , haskell-src-exts >= 1.5.2
                               , Cabal >= 1.6
   extensions                  : StandaloneDeriving
                                 NoMonomorphismRestriction
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -54,7 +54,7 @@
         when ((not . null) parse_errors)
              (err "Parse errors:" >> mapM_ (err . show) parse_errors)
         when ((not . null) io_exceptions)
-             (err "File I/O errors:" >> mapM_ (err . show) io_exceptions)
+             (err "Varied exceptions:" >> mapM_ (err . show) io_exceptions)
         if null mods
           then  err "No files corresponding to this identifier." >> err usage'
           else  do
