control-monad-exception 0.8.0.3 → 0.8.0.4
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Control/Monad/Exception/Base.hs view
@@ -187,8 +187,8 @@ showExceptionWithTrace :: Exception e => [String] -> e -> String showExceptionWithTrace [] e = show e-showExceptionWithTrace trace e = concat ( show e- : [ " in " ++ show loc | loc <- reverse trace])+showExceptionWithTrace trace e = unlines ( show e+ : [ " in " ++ show loc | loc <- reverse trace]) -- | UncaughtException models unchecked exceptions --
control-monad-exception.cabal view
@@ -1,5 +1,5 @@ name: control-monad-exception-version: 0.8.0.3+version: 0.8.0.4 Cabal-Version: >= 1.6 build-type: Simple license: PublicDomain