Add cabal for emacs invoke target

This commit is contained in:
2016-09-13 02:06:15 -07:00
parent 697bbbcd62
commit baee1db612

View File

@@ -126,6 +126,11 @@ def fix_dropbox_permissions(ctx):
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(change_shell)
ns.add_task(customize_user_settings)