Skip to content

josephsumabat/hiedb-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiedb-plugin

A GHC plugin which automatically re-indexes recompiled hie files into an hiedb SQLite database.

To use this plugin:

  • add the hiedb-plugin package as a build dependency of your package

  • add ghc-options: -plugin-package hiedb-plugin -fplugin Plugin.Hiedb to your package

Properties:

  • Requires -hiedir to be set.
  • Will index to .hiedb. Will likely be configurable in the futrue
  • Currently skips type indexing for performance reasons. Will likely be configurable in the future

Useful if you are using hiedb for code analysis or are using haskell tooling which makes direct use of hiedb such as:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published