atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor

Home Page:https://atom.io/packages/ide-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for larger project with multiple yaml files

varosi opened this issue · comments

An option to select which Stack YAML file to be used for all Stack operations. Usually different files are used for different LTSes or different OSes. Our project is multi-yaml file and currently cannot be built in ide-haskell.

This was on my TODO list for a while, but I didn't manage to get to it yet. As a kind of a workaround, setting STACK_YAML environment variable either before starting Atom, or from console with process.env.STACK_YAML='...' works well enough.

Great! 10x!