emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] main 057dc59c5b: elpa-packages: Re-add `haskell-mode` and simpl


From: Stefan Monnier
Subject: [nongnu] main 057dc59c5b: elpa-packages: Re-add `haskell-mode` and simplify `caml`
Date: Tue, 1 Nov 2022 22:09:43 -0400 (EDT)

branch: main
commit 057dc59c5b03694e7630a8a5fc1fc28ea5534713
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    elpa-packages: Re-add `haskell-mode` and simplify `caml`
---
 elpa-packages | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 97cfd24234..bb8ae0c5af 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -61,10 +61,11 @@
   :ignored-files ("LICENSE"))
 
  ("caml"               :url "https://github.com/ocaml/caml-mode";
+  :ignored-files ("COPYING")
   ;; The version 4.7.1 from Melpa-stable seems to correspond to
   ;; revision a9134009.
-  :ignored-files ("COPYING")
-  :version-map ((nil "4.7.1" "a9134009bd037a39cbda21806867d0534d340bca")))
+  ;; :version-map ((nil "4.7.1" "a9134009bd037a39cbda21806867d0534d340bca"))
+  )
 
  ("cdlatex"     :url "https://github.com/cdominik/cdlatex";)
  
@@ -247,17 +248,19 @@
  ("haskell-tng-mode"   :url "https://gitlab.com/tseenshe/haskell-tng.el";
   :ignored-files "COPYING")
 
- ;; haskell-mode has been removed until further notice from the
- ;; upstream maintainers:
+ ;; FIXME: haskell-mode was removed from here, following a request (see
  ;; https://github.com/haskell/haskell-mode/issues/1755#issuecomment-896127958
- ;;
- ;; ("haskell-mode"    :url "https://github.com/haskell/haskell-mode";
- ;;  :doc "doc/haskell-mode.texi"
- ;;  :ignored-files ("images" "test" "logo.svg")
- ;;  ;; Until a version tag is added, the commit of the latest tag is
- ;;  ;; used to determine the last stable release:
- ;;  ;; https://github.com/haskell/haskell-mode/releases/tag/17.2
- ;;  :version-map ((nil "17.2" "e72677668f5fc7cc148008e885a0f256e245dd43")))
+ ;; but it stayed in NonGNU ELPA because the `elpa-admin.el` scripts did
+ ;; not know how to remove packages.
+ ;; In the mean time, the `hcel` GNU ELPA package was added, which uses
+ ;; `haskell-mode`, so we re-instated the packege here.
+ ("haskell-mode"       :url "https://github.com/haskell/haskell-mode";
+  :doc "doc/haskell-mode.texi"
+  :ignored-files ("images" "test" "logo.svg")
+  ;; Until a version tag is added, the commit of the latest tag is
+  ;; used to determine the last stable release:
+  ;; https://github.com/haskell/haskell-mode/releases/tag/17.2
+  :version-map ((nil "17.2" "e72677668f5fc7cc148008e885a0f256e245dd43")))
 
  ("helm"               :url "https://github.com/emacs-helm/helm";
   :ignored-files ("images" "Cask" "Makefile" "emacs-helm.sh" "helm-core.el" 
"helm.el"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]