From d15d865cc54698d346974261a99238617961f83d Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 16 Jul 2025 22:00:22 +0800 Subject: [PATCH] Update `rawstr4c.md` --- src/recipe/lang/rawstr4c.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/recipe/lang/rawstr4c.md b/src/recipe/lang/rawstr4c.md index 3f48011..c761652 100644 --- a/src/recipe/lang/rawstr4c.md +++ b/src/recipe/lang/rawstr4c.md @@ -5,7 +5,7 @@ ! Config Authors: Aoran Zeng ! Contributors : Nil Null ! Created On : <2025-07-14> - ! Last Modified : <2025-07-15> + ! Last Modified : <2025-07-16> ! ---------------------------------------------------------- --> # rawstr4c input @@ -17,6 +17,8 @@ ## Java +- namespace = `java` + ### maven config ```xml @@ -45,6 +47,10 @@ allprojects { ## stackage +- name = `haskell_stackage` +- keep-postfix = `true` +- postfix = `yaml` + ```yaml package-index: download-prefix: @url@ @@ -68,6 +74,8 @@ package-index: ## Clojar +- namespace = `clojure` + ### project.clj ```clojure