HPath 0.0.1 → 0.0.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~haskell-src-extsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-src-exts
API changes (from Hackage documentation)
Files
- HPath.cabal +3/−3
- Main.hs +1/−1
HPath.cabal view
@@ -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
Main.hs view
@@ -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