Skip to content

Commit 5d0158d

Browse files
committed
don't check cborg (yet another such case)
1 parent 7827cdf commit 5d0158d

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
@@ -47,6 +47,7 @@
4747
additionalHaskellPkgSetOverrides = hfinal: hprev:
4848
with final.haskell.lib; {
4949
bytebuild = dontCheck hprev.bytebuild;
50+
cborg = dontCheck hprev.cborg;
5051
crypton-x509 = dontCheck hprev.crypton-x509;
5152
decision-diagrams = dontCheck hprev.decision-diagrams;
5253
fgl = dontCheck hprev.fgl;

0 commit comments

Comments
 (0)