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

View File

@@ -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;