Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
7.0.4

Une régression en virgule flottante x86 7.0.3 touchant a été corrigé. Le lieur GHCi gère maintenant les fichiers objet partiellement dénudés. Cela corrige le chargement du package GHC ghci quand il a été dépouillé, qui est souvent le cas dans les packages de distribution de Linux. Un bogue qui causait de mauvais résultats à partir getCPUTime, getClockTime et getCurrentTime a été corrigé. Plusieurs bugs ont été corrigés système d'exécution. Autorisations de répertoire incorrect lors de l'installation ont été corrigés. Certaines améliorations ont été apportées à la nouvelle prise en charge Cabale testsuite.
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