<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 24, 2016 at 4:06 PM, Jos van den Oever <span dir="ltr"><<a href="mailto:jos@vandenoever.info" target="_blank">jos@vandenoever.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Thursday 24 November 2016 08:32:53 you wrote:<br>
> I've just published a blog post describing an (almost total) rewrite of the<br>
> `yesod devel` server:<br>
><br>
> <a href="http://www.yesodweb.com/blog/2016/11/new-yesod-devel-server" rel="noreferrer" target="_blank">http://www.yesodweb.com/blog/<wbr>2016/11/new-yesod-devel-server</a><br>
><br>
> This new version is not yet released, I'm requesting feedback before doing<br>
> so. If people can have a look, I'd appreciate it.<br>
><br>
> I'm including the web-devel list, since this new version has very explicit<br>
> documentation on how to use `yesod devel` with non-Yesod application.<br>
<br>
</span>Excited to see this. yesod devel is convenient and I use it constantly. It's a<br>
bit of a CPU hog though. My projects large and the relinking on every save<br>
sips a lot of juice.<br>
<br>
Will yesod devel continue to work with cabal files? I've a fairly large set of<br>
dependencies and have not managed to get these fulfilled by stack release.<br>
<br></blockquote><div><br></div><div>This will only work on a project that has a stack.yaml file. Though to clarify: even in Stack project, we still use .cabal files.</div><div><br></div><div>You should be able to get the same solver behavior as with cabal if you do something along the lines of:</div><div><br> stack init --resolver ghc-7.10.3 --solver<br><br></div><div>Obviously replacing 7.10.3 with whichever version of GHC you want to use.</div><div><br></div><div>Michael</div></div></div></div>