<div dir="ltr">Hi,<br>
<br>
As an intermediate beginner, I've been back into Haskell for the last<br>
months for a small project, using stack as the building tool.<br>
<br>
Why stack ? A few years back, I learned that it was the "best" way to build<br>
projects to avoid "cabal hell", which I understood at the time as<br>
"managing dependencies with cabal is hard".<br>
<br>
As such, I've use stack since and have been quite happy with it. The<br>
only drawback is that building a project can be quite long.<br>
<br>
This is usually not a problem, except for writing Haskell scripts using<br>
shelly (for example), where the stack layout is a bit impractical for<br>
fast-paced development. A solution is to use `runghc` or a script<br>
interpreter [1].<br>
<br>
However, I've seen some projects where cabal is used to build directly<br>
instead of cabal, so it looks like the situation improved.<br>
<br>
My question is this: in 2021, is there a reason to switch back to cabal ?<br>
<br>
Thanks,<br>
<br>
[1] <a href="https://www.fpcomplete.com/haskell/tutorial/stack-script/" rel="noreferrer" target="_blank">https://www.fpcomplete.com/haskell/tutorial/stack-script/</a><font color="#888888"><br></font><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><br>   Alexis Praga  <br></div></div></div></div>