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
Packages generated automatically by MELPA from github tags contain literally code:
;; Version of mode.
(defconst haskell-version "@VERSION@"
"The release version of `haskell-mode'.")
(defconst haskell-git-version "@GIT_VERSION@"
"The Git version of `haskell-mode'.")
Packages generated automatically by MELPA from github tags contain literally code:
as visible in here: http://stable.melpa.org/packages/haskell-mode-13.10.tar
Is there a way to have better version info without patching files?
How do other packages keep their versions?
The text was updated successfully, but these errors were encountered: