haskell-flake
haskell-flake copied to clipboard
Problems with `buildFromSdist`
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:
- #238
- #283
- #290
- #292
Can we replace it with something that just works?