From 51a10a60b123ea0847f3d19cd76667dc2b59feec Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 14 Jan 2018 00:22:00 -0800 Subject: [PATCH] Change formatting of yaml --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 005cfcf..106584f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -36,7 +36,7 @@ resolver: lts-10.3 # non-dependency (i.e. a user package), and its test suites and benchmarks # will not be run. This is useful for tweaking upstream packages. packages: -- . + - . # Dependency packages to be pulled from upstream that are not in the resolver # (e.g., acme-missiles-0.3) # extra-deps: [] @@ -63,4 +63,4 @@ packages: # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor