hlean 0.1.2
I’ve updated the hlean program. Aside from some cosmetic changes, documentation, and cabal package options, the main change is the segmentation fault fix. The program now correctly builds as a cabal package and runs. See hlean for a full description and usage details. You can download hlean 0.1.12 here. See the included README.txt for installation instructions.
I think another update might be needed: line 191 uses B.isSubstringOf, but I think the ByteString library has moved on and named it B.isInfixOf instead.
By Gwern on 05.31.08 5:20
Thanks for the heads up! isInfixOf is a better name for this indeed :) I’ve updated my darcs repo, but as far as I can tell the isSubstringOf has not been deprecated yet (please correct me if I’m wrong), so I will wait until I add some planned features before another release.
By Norbert on 05.31.08 11:06