Skip to content

Commit

Permalink
Fix YAML portion in generated stack.yaml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qrilka authored Mar 22, 2019
1 parent 3609850 commit 9354f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Stack/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ renderStackYaml p ignoredPackages dupPackages =
, "packages:"
, "- some-directory"
, "- https://example.com/foo/bar/baz-0.0.2.tar.gz"
, " subdirs:"
, " - auto-update"
, " - wai"
, " subdirs:"
, " - auto-update"
, " - wai"
]

extraDepsHelp = commentHelp
Expand Down

0 comments on commit 9354f95

Please sign in to comment.