Skip to content

Commit

Permalink
Merge pull request #4646 from commercialhaskell/qrilka-patch-1
Browse files Browse the repository at this point in the history
Fix YAML portion in generated stack.yaml comments
  • Loading branch information
snoyberg authored Mar 22, 2019
2 parents 3609850 + 9354f95 commit 42cddb9
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 42cddb9

Please sign in to comment.