From aec240f39e7895bb151c742d4b83998d4328d020 Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 15 May 2022 00:00:00 +0000 Subject: [PATCH] add 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..4467109 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- 2.11.4.GIT