Skip to content

Commit

Permalink
DOOM: Upgrade Haskell packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Dec 4, 2024
1 parent 7b7f2ac commit 558d5e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
(load! "modules/lang/haskell/packages" doom-emacs-dir)

;; DESIGN: match Doom
(package! haskell-mode :pin "727f72a2a4b8e4fd0a7b62129668baea55a2c3e0")
(package! haskell-mode :pin "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")

(when (and (modulep! +lsp) (not (modulep! :tools lsp +eglot)))
;; DESIGN: match Doom
(package! lsp-haskell :pin "ba49fa9822556aff58aa47929cd426e9427baaea"))
(package! lsp-haskell :pin "6981f8d1225c038c1a130e8cf70530cfe15f976e"))

(when (modulep! +dante)
;; DESIGN: target latest for both
Expand Down

0 comments on commit 558d5e0

Please sign in to comment.