Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a13bbc1f594d2ebbce4d37e7236e9e253bdfad14 >--------------------------------------------------------------- commit a13bbc1f594d2ebbce4d37e7236e9e253bdfad14 Author: Simon Marlow <[email protected]> Date: Tue Jun 12 10:47:41 2012 +0100 fix ticket number in comment >--------------------------------------------------------------- compiler/typecheck/TcTyClsDecls.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcTyClsDecls.lhs b/compiler/typecheck/TcTyClsDecls.lhs index 5afc1e3..a22697d 100644 --- a/compiler/typecheck/TcTyClsDecls.lhs +++ b/compiler/typecheck/TcTyClsDecls.lhs @@ -1177,7 +1177,7 @@ chooseBoxingStrategy arg_ty bang -- representation of the argument type -- However: even when OmitInterfacePragmas is on, we still want -- to know if we have HsUnpackFailed, because we omit a - -- warning in that case (#3676) + -- warning in that case (#3966) HsUnpackFailed -> pprPanic "chooseBoxingStrategy" (ppr arg_ty) -- Source code never has shtes where _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
