Fix Monoid instances for ForeignLib & Executable
[cabal.git] / changelog.d / pr-8709
blobf8f31edc26936ad33f7fe3b10cefe8f7909346ee
1 synopsis: Add warning for running cabal run, cabal test and cabal bench with +RTS flag
2 packages: cabal-install
3 prs: #8709
5 description: {
7 This adds a warning when RTS options are passed to cabal instead of the binary 
8 for the commands 'run', 'bench' and 'test', as most users want to pass these 
9 options to their binary.