|
|
|
|
|
by frowaway001
4254 days ago
|
|
In Haskell, sandboxes usually force you to rebuild stuff which you have already built over and over. Anyway, sandboxes are pointless hacks which wouldn't be necessary if things had been done properly from the beginning. They are like Node.JS ... yes, it enables you to develop with JavaScript on the server, but how the hell did you end up with using JavaScript in the first place?! |
|
You say "if things had been done properly from the beginning" implying you know some mistakes that were made. What mistakes were made in the beginning?
Do you have any ideas how the problems cabal has could have been avoided? There are very intelligent people working on this problem and it is well known that dependency resolution isn't an easy problem.