https://community.flake.parts/haskell-flake/settings#buildfromsdist
@roberth made a good point here:
haskell-flake has a role in CI to ensure release-worthiness. Building from sdist is an important part of that.
Currently, enabling buildFromSdist break things (see #253). But we should a) add tests for those (one exists for jailbreak, we need another one for check), b) find the root cause and fix the breakage, and c) re-enable it as the default.
https://community.flake.parts/haskell-flake/settings#buildfromsdist
@roberth made a good point here:
Currently, enabling
buildFromSdistbreak things (see #253). But we should a) add tests for those (one exists forjailbreak, we need another one forcheck), b) find the root cause and fix the breakage, and c) re-enable it as the default.