forked from mirrors/nixpkgs
Merge pull request #51750 from MarcFontaine/master
haskellPackages.binary-parsers : disable tests
This commit is contained in:
commit
27cd05e674
|
@ -485,6 +485,7 @@ self: super: {
|
|||
|
||||
# Test suite won't compile against tasty-hunit 0.10.x.
|
||||
binary-parser = dontCheck super.binary-parser;
|
||||
binary-parsers = dontCheck super.binary-parsers;
|
||||
bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
|
||||
bytestring-tree-builder = dontCheck super.bytestring-tree-builder;
|
||||
|
||||
|
|
Loading…
Reference in a new issue