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.6.5), ghc-boot-th, ghc-paths, ghci, haskeline, mtl, network, process, random, syb, time, transformers, unix, Win32 [details]
License BSD-3-Clause
Copyright 2016 FP Complete, 2016 Chris Done, 2012 Kazu Yamamoto, 2008 Claus Reinke, 2005 The University of Glasgow
Author Chris Done, The University of Glasgow
Maintainer chrisdone@fpcomplete.com
Category Development
Home page https://github.com/commercialhaskell/intero
Source repo head: git clone git://github.com/commercialhaskell/intero.git
Uploaded by ChrisDone at 2019-05-14T09:43:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables intero
Downloads 29835 total (153 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 2019-05-14 [all 3 reports]

Readme for intero-0.1.40

[back to package description]

intero Build Status Build status

Complete interactive development program for Haskell

Intero for your favourite editors

There are various editor integrations for the Intero binary, with the Emacs one being the officially supported one:

If you would like to build support into a new editor or IDE, please see TOOLING.md.

Install requirements

Make sure you have libtinfo installed:

OS Package
Debian derivatives libtinfo-dev
Fedora derivatives ncurses-devel

(People on other platforms please contribute the equivalent dependency.)