NorfairKing / sydtest

A modern testing framework for Haskell with good defaults and advanced testing features.
113 stars 25 forks source link

Fix missing build tool for multi-discover-test #70

Closed m1-s closed 1 year ago

m1-s commented 1 year ago

This PR fixes executing cabal test which currently fails because its missing the required build tool. In the Nix build this was not discovered because the build tool was added by other test suites.

NorfairKing commented 1 year ago

LGTM