mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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"))))
|
(let ((pkgs (cl-remove-if 'executable-find '("ghc" "happy" "alex"))))
|
||||||
(unless (executable-find "cabal")
|
(unless (executable-find "cabal")
|
||||||
(push "cabal-install" pkgs))
|
(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
|
('debian) ;; TODO
|
||||||
('macos
|
('macos
|
||||||
(unless (executable-find "ghc")
|
(unless (executable-find "ghc")
|
||||||
|
Reference in New Issue
Block a user