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/app/Main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bootstrap/app/Main.hs (limited to 'bootstrap/app') diff --git a/bootstrap/app/Main.hs b/bootstrap/app/Main.hs new file mode 100644 index 0000000..4897901 --- /dev/null +++ b/bootstrap/app/Main.hs @@ -0,0 +1,8 @@ +module Main where + +import Fpm ( getArguments + , start + ) + +main :: IO () +main = getArguments >>= start -- cgit v1.2.3