Difference between revisions of "Lenny222/Download"

From HaskellWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
** [http://hackage.haskell.org/platform/2009.2.0.1/haskell-platform-2009.2.0.1.tar.gz haskell-platform-2009.2.0.1.tar.gz]
 
** [http://hackage.haskell.org/platform/2009.2.0.1/haskell-platform-2009.2.0.1.tar.gz haskell-platform-2009.2.0.1.tar.gz]
   
== Compilers ==
+
== Options ==
   
  +
{| class="wikitable"
=== ghc ===
 
  +
|-
 
  +
!
 
  +
! Compiler
== Interpreters ==
 
  +
! Interpreter
  +
! Additional packages
  +
|-
  +
| Haskell platform
  +
| yes
  +
| yes
  +
| yes
  +
|-
  +
| ghc
  +
| yes
  +
| yes
  +
| no
  +
|-
  +
| hugs
  +
| no
  +
| yes
  +
| no
  +
|}

Revision as of 11:19, 9 July 2009

Haskell platform

The Haskell platform contains the Haskell compiler ghc and some useful additional packages.

Options

Compiler Interpreter Additional packages
Haskell platform yes yes yes
ghc yes yes no
hugs no yes no