HPath: Extract Haskell declarations by name.

[ bsd3, library, program, source-tools, text ] [ Propose Tags ]

Extract the source code for Haskell declarations by name, for use in documentation.


[Skip to Readme]

Modules

[Last Documentation]

  • HPath
    • HPath.Cabal
    • HPath.HaskellSrcExts
      • HPath.HaskellSrcExts.Classes
    • HPath.Hierarchy
    • Parser
      • HPath.Parser.Lower
    • HPath.Path

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.0.2
Dependencies base (>=2 && <=4), Cabal (>=1.6), containers, directory, filepath, haskell-src-exts (>=1.3.5), mtl, parsec, utf8-string (>=0.3) [details]
License BSD-3-Clause
Author Jason Dusek
Maintainer HPath@solidsnack.be
Category Source Tools, Text
Home page http://github.com/solidsnack/HPath
Uploaded by JasonDusek at 2009-12-30T07:43:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hpath
Downloads 2817 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-30 [all 7 reports]

Readme for HPath-0.0.0

[back to package description]
  A tool to extract source code based on Haskell identifiers. For example,

    HPath.Parser.parse

  would extract all the source lines associated with the declaration `parse`
  in the module `HPath.Parser`.