bump: :lang haskell
emacs-lsp/lsp-haskell@918ffa2516 -> emacs-lsp/lsp-haskell@89d1637043 haskell/haskell-mode@3e146c1a89 -> haskell/haskell-mode@79eaf444a7 - (#7569) Fixes flymake-proc load error. Fix: #7569 Close: #7574 Co-authored-by: PatrickNorton <PatrickNorton@users.noreply.github.com>
This commit is contained in:
parent
f9c2397a3c
commit
6ca6bf0935
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/haskell/packages.el
|
;;; lang/haskell/packages.el
|
||||||
|
|
||||||
(package! haskell-mode :pin "3e146c1a89db257bb75c7b33fa2a5a1a85aabd51")
|
(package! haskell-mode :pin "79eaf444a72109f93f552abb53f834cc63bbf9f2")
|
||||||
|
|
||||||
(when (and (modulep! +lsp)
|
(when (and (modulep! +lsp)
|
||||||
(not (modulep! :tools lsp +eglot)))
|
(not (modulep! :tools lsp +eglot)))
|
||||||
(package! lsp-haskell :pin "918ffa2516a59c90f909b584f7c9968716c0e006"))
|
(package! lsp-haskell :pin "89d16370434e9a247e95b8b701f524f5abfc884b"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue