blob: cf20d02489db6b77525588536bd3b075d49294a1 (
plain)
1
2
3
4
5
6
7
|
Some handy Template Haskell splices for including the current git hash
and branch in the code of your project. Useful for including in panic
messages, --version output, or diagnostic info for more informative
bug reports.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|