haskellPackages.test-framework: run tests

This commit is contained in:
Wolfgang Walther 2026-05-18 11:11:39 +02:00
commit 3f0c2996b0
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1040,9 +1040,6 @@ with haskellLib;
# This packages compiles 4+ hours on a fast machine. That's just unreasonable.
CHXHtml = dontDistribute super.CHXHtml;
# Avoid "QuickCheck >=2.3 && <2.10" dependency we cannot fulfill in lts-11.x.
test-framework = dontCheck super.test-framework;
# Test suite won't compile against tasty-hunit 0.10.x.
binary-parsers = dontCheck super.binary-parsers;