File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ in stdenv.mkDerivation {
26
26
find $1 -iwholename "*/hpc/vanilla/mix" -exec find {} -maxdepth 1 -type d -iwholename "*/mix/*" \; -quit
27
27
}
28
28
29
- findCabalFile() {
30
- find $1 -iname "*.cabal" -print -quit
31
- }
32
-
33
29
mkdir -p $out/share/hpc/mix/${ identifier }
34
30
mkdir -p $out/share/hpc/tix/${ identifier }
35
31
mkdir -p $out/share/hpc/html/${ identifier }
@@ -49,7 +45,6 @@ in stdenv.mkDerivation {
49
45
# Exclude test modules from tix file
50
46
excludedModules=('Main')
51
47
# Exclude test modules
52
- local cabalFile=$(findCabalFile $src)
53
48
testModules="${ with lib ; concatStringsSep " " ( foldl' ( acc : test : acc ++ ( getTestModulesFor test ) ) [ ] testsWithCoverage ) } "
54
49
for module in $testModules; do
55
50
excludedModules+=("$module")
You can’t perform that action at this time.
0 commit comments