haskell-flake icon indicating copy to clipboard operation
haskell-flake copied to clipboard

Problems with `buildFromSdist`

Open srid opened this issue 1 year ago • 0 comments

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?

srid avatar Apr 02 '24 20:04 srid