Disabled the "buildFromSdist". I don't remember why this was there and looks like it adds some dependencies to the build.
Removed nix ghc 8.8 support, not in nixpkgs anymore. This is still tested by stack.
Added builder pyf_910, works when using nix develop .#pyf_910, but build is broken.
Fixed the CPP code for GHC 9.8. I wrongly tested for GHC 9.8 instead of GHC 9.10 in previous support commit for 9.10, resulting in broken 9.8. This is fixed and 9.8 was tested again.
pyf_910
, works when usingnix develop .#pyf_910
, but build is broken.