Work on correctly avoiding doing early work if later IO work does not need it

Not at all there
This commit is contained in:
2024-11-07 23:20:28 +01:00
parent 5862fe32bc
commit 0f0bde5f18
10 changed files with 238 additions and 80 deletions

View File

@@ -3,7 +3,7 @@ pkgs.haskell.lib.overrideCabal
(haskell.callCabal2nix "byg" ./. { })
(_: {
configureFlags = [
"--ghc-option=-Werror"
# "--ghc-option=-Werror"
"--ghc-option=-O2"
];
doHaddock = false;