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 7827cdf commit 5d0158dCopy full SHA for 5d0158d
flake.nix
@@ -47,6 +47,7 @@
47
additionalHaskellPkgSetOverrides = hfinal: hprev:
48
with final.haskell.lib; {
49
bytebuild = dontCheck hprev.bytebuild;
50
+ cborg = dontCheck hprev.cborg;
51
crypton-x509 = dontCheck hprev.crypton-x509;
52
decision-diagrams = dontCheck hprev.decision-diagrams;
53
fgl = dontCheck hprev.fgl;
0 commit comments