|
|
|
|
|
by zmoazeni
4424 days ago
|
|
I'm not sure which issues you're running into, but for what it's worth, I've had a lot better success using the newer cabal sandboxes[1] than just running `cabal install foo` all the time. (If you're from the Ruby world, it acts a lot more like bundler with `--standalone`). Previously, I had more issues with conflicting version constraints which I think is more of an issue with library authors and not necessarily cabal itself. [1] - http://coldwa.st/e/blog/2013-08-20-Cabal-sandbox.html |
|
Edit: At least, I can't get the new version of Cabal/Cabal Install working on my Mac.