Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MELPA contains non-versioned haskell-version and haskell-git-version #487

Closed
gracjan opened this issue Mar 1, 2015 · 1 comment
Closed

Comments

@gracjan
Copy link
Contributor

gracjan commented Mar 1, 2015

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'.")

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?

@gracjan
Copy link
Contributor Author

gracjan commented Mar 25, 2015

Fixed by #530.

@gracjan gracjan closed this as completed Mar 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant