buildwrapper

A library and an executable that provide an easy API for a Haskell IDE

https://github.com/JPMoresmau/BuildWrapper

Latest on Hackage:0.9.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by JP Moresmau, based on the work of Thomas Schilling and others
Maintained by JP Moresmau

Buildwrapper is an alternative to scion. It provides services to configure, build and give information on source files to help IDEs manage Haskell projects. You can use buildwrapper to build project and retrieve errors, get outline for each module source, get the type of something inside a source file, get lexer tokens, etc. Buildwrapper is used in the EclipseFP project (Eclipse plugins for Haskell development)