hscope: cscope like browser for Haskell code

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

hscope is a partial cscope line oriented mode reimplementation for Haskell code. Currently it supports finding the definition and callers of the function, types. Also works searching for files and in files. See hscope --help for available options. Being cscope-compatible gives Vim integration for free. Use :set cscopeprg to configure hscope as cscope replacement for haskell files.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.2, 0.2.1, 0.2.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.4.3
Dependencies base (<5), bytestring, cereal, cpphs, directory, haskell-src-exts, mtl, process, pure-cdb, uniplate, vector [details]
License BSD-3-Clause
Copyright Boris Sukholitko <boriss@gmail.com>
Author Boris Sukholitko <boriss@gmail.com>
Maintainer Boris Sukholitko <boriss@gmail.com>
Category source-tools
Home page https://github.com/bosu/hscope
Uploaded by BorisSukholitko at 2013-08-26T19:36:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hscope
Downloads 9464 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]

Readme for hscope-0.3.1

[back to package description]

hscope is a partial cscope line oriented mode reimplementation for Haskell code.

See hscope --help for available options.

Being cscope-compatible gives Vim integration for free. Use :set cscopeprg option to configure hscope as cscope replacement for haskell files.