buildFromSdist provides the benefit of checking release-worthiness (something not all Haskell projects care about, because they don't all care to release to Hackage).
But it does so at the expense of causing much pain:
Can we replace it with something that just works?
buildFromSdistprovides the benefit of checking release-worthiness (something not all Haskell projects care about, because they don't all care to release to Hackage).But it does so at the expense of causing much pain:
settingsoverride not being applied whensourceis overriden #238customoption is broken for *new* packages #283buildFromSDistis enabled #290buildFromSdistfails with Rust packages #292Can we replace it with something that just works?