From 10810bbd0326f46f5a3c1939d3e18100dcf30dc8 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 9 Dec 2010 12:04:04 +0000 Subject: [PATCH] fix ticket number (#4505) --- compiler/codeGen/CgHeapery.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/codeGen/CgHeapery.lhs b/compiler/codeGen/CgHeapery.lhs index bc3e108..174e510 100644 --- a/compiler/codeGen/CgHeapery.lhs +++ b/compiler/codeGen/CgHeapery.lhs @@ -439,7 +439,7 @@ do_checks _ hp _ _ = sorry (unlines [ "Trying to allocate more than " ++ show (bLOCKS_PER_MBLOCK * bLOCK_SIZE) ++ " bytes.", "", - "See: http://hackage.haskell.org/trac/ghc/ticket/4550", + "See: http://hackage.haskell.org/trac/ghc/ticket/4505", "Suggestion: read data from a file instead of having large static data", "structures in the code."]) -- 1.7.10.4