Y
Hacker News
new
|
ask
|
show
|
jobs
by
egonschiele
2033 days ago
FWIW stack uses cabal under the hood but is far easier to use. I would not use cabal these days, stack solves a lot of the dependency issues cabal had.
2 comments
icrbow
2033 days ago
Yes, but not the cabal-the-binary. You don't need both installed.
link
sshine
2033 days ago
For me, I use Stack personally, but I make sure that libraries can be built using either stack or cabal, by triggering CI with cabal.
link