lang/haskell: fix bootstrap
This commit is contained in:
parent
b73218c88e
commit
846fc112ff
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue