Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-25 | Only run stack if a stack.yaml config is found (#1752) | Anthony Poon | |
* Only run stack if a stack.yaml config is found It is necessary to check for a stack.yaml file to distinguish between cabal-only projects or stack projects (which are also cabal projects since stack is built on top of cabal). * Test that stack is called if stack.yaml exists |