3
0
Fork 0
forked from mirrors/nixpkgs

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