We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e314de commit 2dae835Copy full SHA for 2dae835
test/cabal-simple-debug/default.nix
@@ -39,7 +39,7 @@ in recurseIntoAttrs {
39
else ''
40
(${dwarfdump}/bin/dwarfdump $exe || true) | grep -c 'libraries/base/[A-Za-z0-9/]*\.hs'
41
''}
42
- (${dwarfdump}/bin/dwarfdump $exe || true) | grep -c '/Main\.hs'
+ (${dwarfdump}/bin/dwarfdump $exe || true) | grep -c 'Main\.hs'
43
44
touch $out
45
'';
0 commit comments