The buildwrapper package
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)
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.7.0, 0.7.1 |
|---|---|
| Dependencies | aeson (≥0.4), attoparsec, base (<5), bytestring, Cabal, cmdargs, containers, cpphs, directory, filepath, ghc, ghc-paths, ghc-syb-utils, haskell-src-exts, mtl, old-time, process, regex-tdfa, syb, text, unordered-containers, utf8-string, vector |
| License | BSD3 |
| Author | JP Moresmau <jpmoresmau@gmail.com>, based on the work of Thomas Schilling and others |
| Maintainer | JP Moresmau <jpmoresmau@gmail.com> |
| Stability | beta |
| Category | Development |
| Home page | https://github.com/JPMoresmau/BuildWrapper |
| Source repository | git clone git://github.com/JPMoresmau/BuildWrapper.git |
| Executables | buildwrapper |
| Upload date | Wed Feb 1 20:15:59 UTC 2012 |
| Uploaded by | JeanPhilippeMoresmau |
| Build failure | ghc-7.4 (log) |
Modules
- Language
- Haskell
- BuildWrapper
- Language.Haskell.BuildWrapper.API
- Language.Haskell.BuildWrapper.Base
- Language.Haskell.BuildWrapper.Cabal
- Language.Haskell.BuildWrapper.GHC
- BuildWrapper
- Haskell
Downloads
- buildwrapper-0.4.0.tar.gz (Cabal source package)
- package description (included in the package)