We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fb6c2 commit f286d6dCopy full SHA for f286d6d
flake.nix
@@ -46,6 +46,7 @@
46
};
47
additionalHaskellPkgSetOverrides = hfinal: hprev:
48
with final.haskell.lib; {
49
+ bytebuild = dontCheck hprev.bytebuild;
50
crypton-x509 = dontCheck hprev.crypton-x509;
51
decision-diagrams = dontCheck hprev.decision-diagrams;
52
fgl = dontCheck hprev.fgl;
0 commit comments