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:
Henrik Lissner 2023-11-29 16:11:16 -05:00
parent f9c2397a3c
commit 6ca6bf0935
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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"))