diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2012-06-12 10:47:41 +0100 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2012-06-15 15:03:02 +0100 |
| commit | a13bbc1f594d2ebbce4d37e7236e9e253bdfad14 (patch) | |
| tree | e7aef9858fce6067b511330806ab0f7c6560139c | |
| parent | 166bbab5e7923e47b77d7f48f1be22eff4492228 (diff) | |
| download | haskell-a13bbc1f594d2ebbce4d37e7236e9e253bdfad14.tar.gz | |
fix ticket number in comment
| -rw-r--r-- | 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 5afc1e31c8..a22697d217 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 |
