This project consists of two sub-projects:
- cabal-auto-expose-cli: A command line tool that auto detects Haskell modules and Backpack signature files in a normal project and outputs a
.cabal
file which can replace the existing one. - cabal-auto-expose: a build time library that does the same but can be used with custom setup Haskell projects.
When in doubt you probably want cabal-auto-expose-cli