haskell-zlib: re-enable the test suite -- it builds fine now

This commit is contained in:
Peter Simons 2021-03-18 10:30:05 +01:00
parent 9126554cde
commit c97863b758

View File

@ -456,9 +456,6 @@ self: super: {
# https://github.com/afcowie/locators/issues/1
locators = dontCheck super.locators;
# Test suite won't compile against tasty-hunit 0.9.x.
zlib = dontCheck super.zlib;
# Test suite won't compile against tasty-hunit 0.10.x.
binary-parser = dontCheck super.binary-parser;
binary-parsers = dontCheck super.binary-parsers;