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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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), haskell98 (<2), text (<1.3) [details]
License BSD-3-Clause
Author Doug Beardsley
Maintainer mightybyte@mightybyte.net
Revised Revision 1 made by HerbertValerioRiedel at 2017-06-18T21:54:50Z
Category Development
Source repo head: git clone http://github.com/mightybyte/hstyle
Uploaded by DougBeardsley at 2010-12-14T00:19:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hstyle
Downloads 3569 total (9 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-28 [all 7 reports]

Readme for hstyle-0.1

[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.