From 7c8e7965e1726ed3fa5e45fea02d93c8df1920ed Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 26 Apr 2010 17:38:10 +0000
Subject: [PATCH] add GHC, thanks to David Terei
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102352 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 31ef5144ba8..c5c5ec7061b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -439,6 +439,26 @@ static (ahead-of-time) compilation of Ruby code straight to machine code.
+
+
+
+GHC is an open source,
+state-of-the-art programming suite for Haskell, a standard lazy
+functional programming language. It includes an optimizing static
+compiler generating good code for a variety of platforms, together
+with an interactive system for convenient, quick development.
+
+
In addition to the existing C and native code generators, GHC now
+supports an LLVM
+code generator. GHC supports LLVM 2.7.
+
+
+