<div dir="ltr">Having spent a lot of time doing just this today, you can use this incantation:<div><br></div><div>    stack init --resolver ghc-8.0.1 --force</div><div><br></div><div>Run that from your project's directory. If you have upper bounds, it will complain about them. Once you relax them, it will generate an appropriate stack.yaml (overwriting any existing stack.yaml), at which point you can `stack test`.</div><div><br></div><div>I've had a lot of success building packages today, it looks like people upgraded preemptively to GHC 8 this time :)</div>







</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 24, 2016 at 11:10 AM, David Turner <span dir="ltr"><<a href="mailto:dct25-561bs@mythic-beasts.com" target="_blank">dct25-561bs@mythic-beasts.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>My name appears in the Stackage GHC 8 mega-issue [<a href="https://github.com/fpco/stackage/issues/1476" target="_blank">https://github.com/fpco/stackage/issues/1476</a>] and I'd like to upgrade my packages. I suspect it's just a case of relaxing the upper bound on base to <4.10 but I'd quite like to check that this does, in fact, work.</div><div><br></div><div>However I'm not sure how to go about doing this since there don't yet seem to be any stackage snapshots that use GHC 8. What's the best way to get around this?</div><div><br></div><div>Cheers,</div><div><br></div><div>David</div><div><br></div><div><br></div></div>
</blockquote></div><br></div>