.. _`ghc`:

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
------------

.. highlight: bash

With an activated Bioconda channel (see :ref:`setup`), install with::

   conda install ghc

and update with::

   conda update ghc