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
Add new make package target for creating ELPA packages
This new target generates a package distribution file
haskell-mode-<release-version>.tar
(where <release-version> is inferred by `git describe --tags --abbrev=0`)
according to the guidelines described in
http://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging.html
which can then be installed directly via
`M-x package-install-file` (or uploaded to Marmalade)
This addresses #156 and #92
0 commit comments