intero: Complete interactive development program for Haskell

[ bsd3, development, program ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.18, 0.1.19, 0.1.20, 0.1.21, 0.1.22, 0.1.23, 0.1.24, 0.1.25, 0.1.26, 0.1.27, 0.1.28, 0.1.29, 0.1.30, 0.1.31, 0.1.32, 0.1.33, 0.1.34, 0.1.35, 0.1.36, 0.1.37, 0.1.38, 0.1.39, 0.1.40 (info)
Change log CHANGELOG
Dependencies array, base (<5), bytestring, containers, directory, filepath, ghc (>=7.8 && <=8.0.1), ghc-boot-th, ghc-paths, ghci, haskeline, process, syb, time, transformers, unix, Win32 [details]
License BSD-3-Clause
Copyright 2016 Chris Done, 2012 Kazu Yamamoto, 2008 Claus Reinke, 2005 The University of Glasgow
Author Chris Done, The University of Glasgow
Maintainer chrisdone@gmail.com
Category Development
Home page https://github.com/chrisdone/intero
Source repo head: git clone git://github.com/chrisdone/intero.git
Uploaded by ChrisDone at 2016-05-29T11:43:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables intero
Downloads 29779 total (130 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-25 [all 2 reports]

Readme for intero-0.1.9

[back to package description]

intero Build Status

Complete interactive development program for Haskell

Supported GHCs

  • GHC 8.0.1
  • GHC 7.10.3
  • GHC 7.10.2
  • GHC 7.8.4

Features

It's basically GHCi plus extra features. Those are:

Probably more to come.

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

Running

To run it plainly use:

$ stack exec intero

You'll have to run stack build intero within each separate LTS version you use, this ensures that the intero you launch correctly matches the GHC version that you're working with.

To load up your stack project use:

$ stack ghci --with-ghc 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