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.

+ +
+Glasgow Haskell Compiler (GHC) +
+ +
+

+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.

+ +
+