diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-12-09 12:04:04 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-12-09 12:04:04 +0000 |
commit | 10810bbd0326f46f5a3c1939d3e18100dcf30dc8 (patch) | |
tree | 6a42f0a07916aa831f4fffc0ee123429280f6dd2 | |
parent | b54e12fc3ae9f309e1531e10048d58bea5b65b13 (diff) | |
download | haskell-10810bbd0326f46f5a3c1939d3e18100dcf30dc8.tar.gz |
fix ticket number (#4505)
-rw-r--r-- | compiler/codeGen/CgHeapery.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgHeapery.lhs b/compiler/codeGen/CgHeapery.lhs index bc3e108347..174e510cb5 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."]) |