Contains a function that prefixes all modules in a package and all modules in all of its transitive dependencies with a given string.
prefixPackageAndDeps
:: Config -> Repository -> GlobalCache -> String -> String -> String -> IO ([LogEntry],Either LogEntry [(String,String)])
Prefix all modules in a package and all modules in all of its transitive dependencies with a string. |
Prefix all modules in a package and all modules in all of its transitive dependencies with a string.
|