hat 2.7.0.8 → 2.7.0.9
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Hat/PreludeBuiltin.hs +1/−1
- hat.cabal +1/−1
Hat/PreludeBuiltin.hs view
@@ -1256,7 +1256,7 @@ hcatch z1catch z2catch kcatch = (T.fromIO T.fromId) kcatch- (System.IO.Error.catch ((T.toIO T.toId) kcatch z1catch)+ (System.IO.Error.catchIOError ((T.toIO T.toId) kcatch z1catch) ((toFun fromIOError (T.toIO T.toId)) kcatch z2catch)) gputChar :: T.RefSrcPos -> T.RefExp -> T.R (T.Fun Char (IO T.Tuple0))
hat.cabal view
@@ -1,6 +1,6 @@ name: hat-version: 2.7.0.8+version: 2.7.0.9 synopsis: The Haskell tracer, generating and viewing Haskell execution traces description: hat-trans transforms Module.hs into Hat/Module.hs such that when the program is