ghc¶
GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
Home | https://www.haskell.org/ghc/ |
Versions | 6.8.3 |
License | BSD |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/ghc/6.8.3 |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install ghc
and update with:
conda update ghc