Download List

Projeto Descrição

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.

2009-12-15 00:19 Back to release list
6.12.1

Houve uma série de mudanças significativas desde a última versão principal. Suporte para execução paralela foi consideravelmente melhorado. A vinculação dinâmica agora é suportado em Linux. As bibliotecas I / O são Unicode, para seus programas Haskell agora deve lidar com arquivos de texto contendo caracteres não-ASCII sem esforço especial. O sistema de pacote tornou-se mais robusto, associando cada pacote instalado com um identificador único baseado em sua ABI expostos. Há uma variedade de pequenas alterações de linguagem.
Tags: Major
There have been a number of significant changes since the last major release. Support for parallel execution was considerably improved. Dynamic linking is now supported on Linux. The I/O libraries are now Unicode-aware, so your Haskell programs should now handle text files containing non-ASCII characters without special effort. The package system has been made more robust by associating each installed package with a unique identifier based on its exposed ABI. There are a variety of small language changes.

Project Resources