mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/haskell: fix bootstrap
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
(let ((pkgs (cl-remove-if 'executable-find '("ghc" "happy" "alex"))))
|
||||
(unless (executable-find "cabal")
|
||||
(push "cabal-install" pkgs))
|
||||
(sudo "pacman --noconfirm -S ghc cabal-install happy alex" (s-join " " pkgs))))
|
||||
(when pkgs
|
||||
(sudo "pacman --noconfirm -S %s" (s-join " " pkgs)))))
|
||||
('debian) ;; TODO
|
||||
('macos
|
||||
(unless (executable-find "ghc")
|
||||
|
Reference in New Issue
Block a user