haskellPackages.unliftio: fix build with strictDeps

This commit is contained in:
Colin
2026-01-19 01:03:19 +00:00
parent 8b62337df7
commit eccf0f6e11
@@ -511,6 +511,9 @@ builtins.intersectAttrs super {
# Fix strictDeps build error "could not execute: hspec-discover"
safe-exceptions = addTestToolDepends [ self.hspec-discover ] super.safe-exceptions;
# Fix strictDeps build error "could not execute: hspec-discover"
unliftio = addTestToolDepends [ self.hspec-discover ] super.unliftio;
# Test suite requires running a database server. Testing is done upstream.
hasql = dontCheck super.hasql;
hasql-dynamic-statements = dontCheck super.hasql-dynamic-statements;