Tue Apr 10 10:18:57 EDT 2007  Tyson Whitehead <[EMAIL PROTECTED]>
  * Report fail string before passing control through to underlying fail in Q 
monad (otherwise it gets lost in GHC's IOEnv) for trac #1265
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


New patches:

[Report fail string before passing control through to underlying fail in Q monad (otherwise it gets lost in GHC's IOEnv) for trac #1265
Tyson Whitehead <[EMAIL PROTECTED]>**20070410141857] {
hunk ./Language/Haskell/TH/Syntax.hs 128
- -  fail s     = Q (fail s)
+  fail s     = report True s >> Q (fail "Q monad failure")
}

Context:

[Add instance Functor Q and make Quasi require Functor
Ian Lynagh <[EMAIL PROTECTED]>**20070322170142] 
[TAG 6.6 release
Ian Lynagh <[EMAIL PROTECTED]>**20061011124740] 
Patch bundle hash:
e65c3a04a0fbdb9d927c1974d5dc43807f81c035
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFGHipUp7ZNUfdma/8RAm0HAJ4mjFtbM9WtbVkI2XPxi0wl+60KDgCfd1bM
4h/3ztw07bgIXl66AwNVp5Q=
=WAQD
-----END PGP SIGNATURE-----
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to