|
|
|
|
|
by snoyberg
4018 days ago
|
|
This is false, see the `stack solver` and `stack init --solver` commands. Currently it's using cabal's dependency solver under the surface, but there is work in progress (by multiple parties) to implement a new SAT-based solver, see: https://github.com/commercialhaskell/stack/issues/116 |
|
Since it's actually shelling out to the cabal executable for its solving needs it still pretty much fits the definition of porcelain.