|
@@ -58,7 +58,6 @@ makefile = artifactCabalFile P.getDataDir "support/ivory/Makefile"
|
|
|
|
|
|
codegenTest :: [String] -> Artifact
|
|
codegenTest :: [String] -> Artifact
|
|
codegenTest modulepath =
|
|
codegenTest modulepath =
|
|
- artifactPath (intercalate "/" modulepath) $
|
|
|
|
artifactCabalFileTemplate P.getDataDir fname
|
|
artifactCabalFileTemplate P.getDataDir fname
|
|
[("module_path", intercalate "." modulepath )]
|
|
[("module_path", intercalate "." modulepath )]
|
|
where
|
|
where
|