branch: main commit e7a6b32fbf4c7821bdb223aa28f1d09d0ccd7c19 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
* elpa-packages (haml-mode): Manually pin a version --- elpa-packages | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 20f44aa..30296e4 100644 --- a/elpa-packages +++ b/elpa-packages @@ -82,7 +82,12 @@ ("guru-mode" :url "https://github.com/bbatsov/guru-mode") - ("haml-mode" :url "https://github.com/nex3/haml-mode") + ("haml-mode" :url "https://github.com/nex3/haml-mode" + ;; The version attribute is set to "0", yet the the maintainer(s?) + ;; seem unresponsive (https://github.com/nex3/haml-mode/issues/40) + ;; and thus the package isn't published on the main archive. We + ;; manually set the latest commit to a proper version number: + :version-map ((nil "3.1.10" "bf5b6c11b1206759d2b28af48765e04882dd1fc4"))) ("haskell-tng-mode" :url "https://gitlab.com/tseenshe/haskell-tng.el")