diff options
Diffstat (limited to 'bootstrap/app/Main.hs')
-rw-r--r-- | bootstrap/app/Main.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap/app/Main.hs b/bootstrap/app/Main.hs deleted file mode 100644 index 4897901..0000000 --- a/bootstrap/app/Main.hs +++ /dev/null @@ -1,8 +0,0 @@ -module Main where - -import Fpm ( getArguments - , start - ) - -main :: IO () -main = getArguments >>= start |