You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embed auto-detected version into haskell-mode.el and dist-target
The current version as inferred by `git describe` is embedded into
`haskell-mode.elc` for in-place compiles and is statically embedded
into the generated `.tar.gz` (which then does not depend on `git
describe` anymore) by rewriting the distributed `Makefile` and
`haskell-mode.el` files.
This Makefile hack has been stolen from magit's
[Makefile](https://github.com/magit/magit/blob/master/Makefile)
0 commit comments