From 19391cff5f691e5679207cbea2cabe8a46aa4199 Mon Sep 17 00:00:00 2001
From: JiangZhaoYu <jiangzhaoyu@kylinos.cn>
Date: Wed, 11 Dec 2024 00:24:22 +0800
Subject: [PATCH] Update Setup.hs

---
 Setup.hs | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 Setup.hs

diff --git a/Setup.hs b/Setup.hs
new file mode 100644
index 0000000..9a994af
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
-- 
2.45.2