@hackage hiedb-plugin0.1.0
See README on Github for more information
Categories
License
MIT
Maintainer
josephrsumabat@gmail.com
Links
Versions
- 0.1.0 Tue, 2 Apr 2024
hiedb-plugin
A GHC plugin which automatically re-indexes recompiled hie files into an hiedb SQLite database.
To use this plugin:
-
add the
hiedb-pluginpackage as a build dependency of your package -
add
ghc-options: -plugin-package hiedb-plugin -fplugin Plugin.Hiedbto your package
Properties:
- Requires
-hiedirto 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