# intero [![Build Status](https://travis-ci.org/chrisdone/intero.png)](https://travis-ci.org/chrisdone/intero) Complete interactive development program for Haskell ## Requirements The following dependencies are necessary: * The `tinfo` and `ncurses` library. * Ubuntu and Debian users can install it using the following command: $ apt-get install libtinfo-dev $ apt-get install libncurses5-dev ## Installing Standard: $ stack build intero From source: $ git clone https://github.com/chrisdone/intero.git $ cd intero $ stack build intero ## Supported GHC versions Intero been built and tested on the following GHC versions: * GHC 7.8.4 * GHC 7.10.2 * GHC 7.10.3