Skip to content

Commit

Permalink
Doom: Update pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Jun 27, 2024
1 parent 59ba93c commit 7426be9
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 "43b4036bf02b02de75643a1a2a31e28efac1c50b")
(package! haskell-mode :pin "727f72a2a4b8e4fd0a7b62129668baea55a2c3e0")

(when (and (modulep! +lsp) (not (modulep! :tools lsp +eglot)))
;; DESIGN: match Doom
(package! lsp-haskell :pin "89d16370434e9a247e95b8b701f524f5abfc884b"))
(package! lsp-haskell :pin "18a7c7881fb249d9b4cb5f376dfa84682022dc83"))

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

0 comments on commit 7426be9

Please sign in to comment.