This commit is contained in:
Aoran Zeng
2024-08-17 07:21:47 +08:00
parent e167331c01
commit 07c722bd36
7 changed files with 21 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ pl_haskell_setsrc (char *option)
}
chsrc_note2 (xy_strjoin (3, "请向 ", config, " 中手动添加:"));
puts (file); puts ("");
puts (file); br();
config = xy_uniform_path ("~/.stack/config.yaml");
file = xy_strjoin (3, "package-indices:\n"

View File

@@ -84,7 +84,7 @@ pl_java_setsrc (char *option)
if (gradle_exist)
{
if (maven_exist) puts ("");
if (maven_exist) br();
const char* file = xy_strjoin (3,
"allprojects {\n"
" repositories {\n"