rehoo: Rebuild default.hoo from many .hoo files in the current directory

[ bsd3, deprecated, development, program ] [ Propose Tags ]
Deprecated in favor of hoogle

Rebuild default.hoo from many .hoo files in the current directory


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.3.0, 0.3.1
Dependencies base (>=4 && <5), cmdargs, hslogger, monad-loops, regex-posix, SafeSemaphore, shelly, split, system-filepath, text [details]
License BSD-3-Clause
Author John Wiegley
Maintainer John Wiegley <johnw@newartisans.com>
Category Development
Home page https://github.com/jwiegley/rehoo
Source repo head: git clone https://github.com/jwiegley/rehoo
Uploaded by JohnWiegley at 2012-09-07T00:58:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables rehoo
Downloads 5147 total (16 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-24 [all 7 reports]

Readme for rehoo-0.1.2

[back to package description]

rehoo rebuilds default.hoo in parallel from an arbitrarily large number of .hoo files.

Usage:

rehoo -j8 .

This finds all .hoo files in the current directory, and results in a new default.hoo in the same directory. The aim is to be as quick at this as possible, while minimizing the hit on system resources (like open file handles).