Download List

Descripción del Proyecto

The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell. GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell for example concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-15 23:19 Back to release list
7.0.4

Una regresión de punto flotante en 7.0.3 x86 afectan se ha solucionado. El enlazador GHCi ahora maneja parcialmente despojado archivos objeto. Esto fija la carga del paquete de GHC en ghci cuando ha sido despojado, que a menudo es el caso de paquetes de distribución de Linux. Un error que causaba que los malos resultados de getCPUTime, getClockTime y getCurrentTime se ha solucionado. Varios errores del sistema en tiempo de ejecución se fija. Permisos incorrectos directorio cuando se instala se han fijado. Algunos se han realizado mejoras a la nueva batería de pruebas de apoyo Cabal.
A floating point regression in 7.0.3 affecting x86 has been fixed. The GHCi linker now handles partially stripped object files. This fixes loading the ghc package in ghci when it's been stripped, which is often the case in Linux distribution packages. A bug that caused bad results from getCPUTime, getClockTime, and getCurrentTime has been fixed. Several runtime system bugs were fixed. Incorrect directory permissions when installing have been fixed. Some improvements have been made to the new Cabal testsuite support.

Project Resources