haskellPackages.cabal-cargs: enable separate bin output

This commit is contained in:
sternenseemann
2025-07-01 11:26:04 +02:00
parent 621d9115f4
commit 88244f3e5c
@@ -158,6 +158,9 @@ builtins.intersectAttrs super {
threadscope = enableSeparateBinOutput super.threadscope;
# Binary may be used separately for e.g. editor integrations
cabal-cargs = enableSeparateBinOutput super.cabal-cargs;
# Use the default version of mysql to build this package (which is actually mariadb).
# test phase requires networking
mysql = dontCheck super.mysql;