@hackage HPath0.0.2
Extract Haskell declarations by name.
Categories
License
BSD-3-Clause
Maintainer
HPath@solidsnack.be
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (9)
- Cabal >=1.6
- base >=2 && <=4
- containers
- directory
- filepath
- haskell-src-exts >=1.5.2 Show all…
Dependents (1)
@hackage/acme-everything
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.