mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
167 B
EmacsLisp
9 lines
167 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode)
|
|
(package! dante)
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-ghc))
|