Merge pull request #51750 from MarcFontaine/master

haskellPackages.binary-parsers : disable tests
This commit is contained in:
Sarah Brofeldt 2018-12-12 09:45:50 +01:00 committed by GitHub
commit 27cd05e674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -485,6 +485,7 @@ self: super: {
# Test suite won't compile against tasty-hunit 0.10.x. # Test suite won't compile against tasty-hunit 0.10.x.
binary-parser = dontCheck super.binary-parser; binary-parser = dontCheck super.binary-parser;
binary-parsers = dontCheck super.binary-parsers;
bytestring-strict-builder = dontCheck super.bytestring-strict-builder; bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
bytestring-tree-builder = dontCheck super.bytestring-tree-builder; bytestring-tree-builder = dontCheck super.bytestring-tree-builder;