X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FCgHeapery.lhs;fp=compiler%2FcodeGen%2FCgHeapery.lhs;h=174e510cb5f0bb34b9b382f15a47821474e68fcc;hb=10810bbd0326f46f5a3c1939d3e18100dcf30dc8;hp=bc3e1083473adda50cd049135064422143eee5e3;hpb=b54e12fc3ae9f309e1531e10048d58bea5b65b13;p=ghc-hetmet.git 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."])