Hacker News new | ask | show | jobs
by nilkn 3618 days ago
This should probably use Stack for Haskell as well, which was designed to solve various common issues that arise when using cabal as a package manager.
1 comments

Is stack really a package manager? It seems to me that it's more of a build manager, delegating package management to cabal/stackage.
I see your point, but I'm not sure if it matters. Stack might be built on top of cabal, but I never use cabal directly at all anymore, and stack cleanly addresses a lot of problems that you'll run into if you exclusively use cabal-install for package management. Stack actively installs packages and dependencies on your system.