Is the #Haskell #Stack alive?
Why everyone is using #Cabal?
@horhik I use it for autoreloading tests (and general usability).
@horhik #cabal got much better in the recent years. It’s approach gives more flexibility and I think also works better with some other parts of the ecosystem.
#stack is still alive and kicking. If you want to rely on #stackage, it’s probably the way to go. Although you can even use stackage with cabal.
@horhik btw. I guess the biggest cabal improvement were nix-style builds. They ended “cabal hell” once and for all.
@maralorn @horhik One of the reasons why I switched back to `cabal`.