From 02c0d5bcb9f7d4191a5e069aa0b8cd4065d6c039 Mon Sep 17 00:00:00 2001 From: Anthony Poon Date: Fri, 26 Oct 2018 01:30:49 +1100 Subject: Only run stack if a stack.yaml config is found (#1752) * 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 --- test/command_callback/stack_ghc_paths/stack.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/stack_ghc_paths/stack.yaml (limited to 'test/command_callback/stack_ghc_paths') diff --git a/test/command_callback/stack_ghc_paths/stack.yaml b/test/command_callback/stack_ghc_paths/stack.yaml new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3