Re: Adding a stack.yaml to containers, will this break anything?

2017-12-28 Thread Matt Renaud
Great, thanks for confirming :) -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscr...@googlegroups.com. To post to this group, send email to

Re: Adding a stack.yaml to containers, will this break anything?

2017-12-28 Thread Michael Snoyman
It will have no impact, for a few reasons: 1. Stackage doesn't pay any attention to stack.yaml files 2. Unless you modify containers.cabal, the stack.yaml file will not be included in the tarball uploaded to Hackage On Thu, Dec 28, 2017 at 6:06 PM, Matt Renaud wrote: > Hey! I've recently starte

Adding a stack.yaml to containers, will this break anything?

2017-12-28 Thread Matt Renaud
Hey! I've recently started contributing to the containers package and noticed that its not possible to use Stack out of the box when building and testing locally. We wanted to add a simple stack.yaml file