[commit: ghc] master: fix ticket number in comment (a13bbc1)
Simon Marlow
marlowsd at gmail.com
Fri Jun 15 16:03:09 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a13bbc1f594d2ebbce4d37e7236e9e253bdfad14
>---------------------------------------------------------------
commit a13bbc1f594d2ebbce4d37e7236e9e253bdfad14
Author: Simon Marlow <marlowsd at gmail.com>
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
More information about the Cvs-ghc
mailing list