From 02428c5b8f19a31faf2e9b719da89700126cb35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 21 Jul 2020 09:02:35 -0600 Subject: Move Haskell based version to bootstrap/ --- bootstrap/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootstrap/Setup.hs (limited to 'bootstrap/Setup.hs') diff --git a/bootstrap/Setup.hs b/bootstrap/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/bootstrap/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3