Add cabal for emacs invoke target
This commit is contained in:
parent
697bbbcd62
commit
baee1db612
@ -126,6 +126,11 @@ def fix_dropbox_permissions(ctx):
|
|||||||
ctx.run("sudo chmod -R 700 ~/Dropbox/configs/dotfiles/gnupg")
|
ctx.run("sudo chmod -R 700 ~/Dropbox/configs/dotfiles/gnupg")
|
||||||
|
|
||||||
|
|
||||||
|
@ctask
|
||||||
|
def cabal_for_emacs(ctx):
|
||||||
|
ctx.run("cabal install happy hasktags stylish-haskell present ghc-mod hlint hoogle structured-haskell-mode hindent")
|
||||||
|
|
||||||
|
|
||||||
ns.add_task(fix_pip)
|
ns.add_task(fix_pip)
|
||||||
ns.add_task(change_shell)
|
ns.add_task(change_shell)
|
||||||
ns.add_task(customize_user_settings)
|
ns.add_task(customize_user_settings)
|
||||||
|
Loading…
Reference in New Issue
Block a user