hstyle: Checks Haskell source code for style compliance.

[ bsd3, development, program ] [ Propose Tags ]

Originally intended to automate style checking for the Snap project. But the project should be general enough to work with other style guides.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.0.1, 0.2.0.2, 0.2.0.3
Dependencies base (>=4 && <5), cmdargs (>=0.8 && <0.9), directory (>=1.0 && <1.2), filepath (>=1.0 && <1.3), haskell-src-exts (>=1.11 && <1.12), syb (>=0.3 && <0.4), text (>=0.11 && <0.12), vector (>=0.7 && <0.8) [details]
License BSD-3-Clause
Author Doug Beardsley <mightybyte@mightybyte.net> Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer Doug Beardsley <mightybyte@mightybyte.net> Jasper Van der Jeugt <m@jaspervdj.be>
Category Development
Source repo head: git clone http://github.com/mightybyte/hstyle
Uploaded by JasperVanDerJeugt at 2011-11-08T12:55:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hstyle
Downloads 3564 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-26 [all 8 reports]

Readme for hstyle-0.2.0.3

[back to package description]

hstyle is a code style checker for Haskell programs. So far it's just a quick-and-dirty implementation of a few of the simplest requirements found in the Snap Framework's Haskell Style Guide. In the future we hope to build more sophisticated checking. The ultimate goal would be an automatic reformatter that generates gorgeous code--but that's a hard problem.