diff options
Diffstat (limited to 'tests/multipkg/proj/stack.yaml')
-rw-r--r-- | tests/multipkg/proj/stack.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/multipkg/proj/stack.yaml b/tests/multipkg/proj/stack.yaml new file mode 100644 index 0000000..7e37d72 --- /dev/null +++ b/tests/multipkg/proj/stack.yaml @@ -0,0 +1,6 @@ +resolver: lts-0.0 # will be overridden on the commandline +packages: +- ./ +- ./pkg-a +- ./pkg-b +- ../pkg-oot |