Logo: lash (lambda hash)
 
  Main  
 

Download the Eden Compiler

The current version is GHC-Eden-7.4.2 (based on GHC-7.4.2). There is also an older version available: GHC-Eden-6.12.3.

Binary Packages:

The binary packages are built for the use without middleware on a single shared memory system (compile programs with option -parcp). To use Eden with PVM/MPI support on a cluster you need to use the source distribution.

Source distribution:

Download a source bundle:

ghc-7.4.2-eden.tar.gz

or get the latest sources using git:
  • Download a repository snapshot:
    #>wget http://www.mathematik.uni-marburg.de/~eden/down/ghc-7.4.2-eden_git.tar.gz
  • Extract the archive:
    #>tar xfvz ghc-7.4.2-eden_git.tar.gz
  • Update the repository:
    #>cd ghc-eden && ./sync-all -r http://darcs.haskell.org --extra get -b ghc-7.4 && ./sync-all pull

Alternatively, you can clone all repositories (compiler and libraries) without a snapshot:
  • #>git clone -b ghc-7.4 git://james.mathematik.uni-marburg.de/ghc-eden.git
  • #>cd ghc-eden
  • #>./sync-all -r http://darcs.haskell.org --extra get -b ghc-7.4
    Ignore the error message: darcs failed: unrecognized option `-b'
  • #>./sync-all --extra get -b ghc-7.4

See our Build Page for detailed instructions on building GHC-Eden.

 
 
Philipps-Universität Marburg

Eden - Parallel Functional Programming. E-Mail
Fb. 12 - Mathematik und Informatik, Hans-Meerwein-Straße, D-35032 Marburg

This page: http://www.mathematik.uni-marburg.de/~eden

Last change: 16/07/12