remove ' from dependSingle's name
This commit is contained in:
parent
393e75ce19
commit
490a20c85c
2 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ main2 (DependSingle {file, nsfw, output, prefix, buildDir, dataDir}) = do
|
|||
printV $ "contents" :- info
|
||||
let path = makeRelative dataDir file
|
||||
printV $ "path" :- path
|
||||
let deps = dependSingle' path info prefix buildDir nsfw
|
||||
let deps = dependSingle path info prefix buildDir nsfw
|
||||
writeOutput output deps
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue