branch: elpa/haskell-tng-mode commit 4f40db3a4309495db3effe0e0e85d91d9ff22ab6 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
fast-tags is stack compatible by default --- haskell-tng-contrib-projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-contrib-projectile.el b/haskell-tng-contrib-projectile.el index b599c6d..af918c5 100644 --- a/haskell-tng-contrib-projectile.el +++ b/haskell-tng-contrib-projectile.el @@ -14,7 +14,7 @@ (add-hook 'haskell-tng-mode-hook (lambda () - (setq-local projectile-tags-command "fast-tags -Re --exclude=dist-newstyle .") + (setq-local projectile-tags-command "fast-tags -Re --exclude=dist-newstyle --exclude=.stack-work .") )) (provide 'haskell-tng-contrib-projectile)