Closed borsboom closed 9 years ago
That's because @mgsloan is way too evil :). The Setup.hs file depends on the library itself, and therefore needs access to the package database at configure time, which we're specifically not allowing. I recommend we change executable-hash to not use this trick, the only way to get that trick to work is to take off a lot of the safety that stack is providing over cabal.
OK, I backpedaled on this and just gave access to the snapshot database when running Setup.hs, with a big caveat in the text. @manny-fp confirmed?
However, cabal-install seems to work fine with the same LTS snapshot:
cc @mgsloan