Skip to content

Commit f286d6d

Browse files
committed
do not test bytebuild (dependency issue)
1 parent 86fb6c2 commit f286d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
};
4747
additionalHaskellPkgSetOverrides = hfinal: hprev:
4848
with final.haskell.lib; {
49+
bytebuild = dontCheck hprev.bytebuild;
4950
crypton-x509 = dontCheck hprev.crypton-x509;
5051
decision-diagrams = dontCheck hprev.decision-diagrams;
5152
fgl = dontCheck hprev.fgl;

0 commit comments

Comments
 (0)