diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-09-09 17:00:09 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-09-09 17:00:09 +0100 |
commit | d24d92034ea278750668daff810147e0aec9dc04 (patch) | |
tree | b4edce0a3c93b3759e0af61d8077837510dca81a /app | |
parent | bcc469bc7f1d73e66828637b5b518b7cab8e2781 (diff) | |
download | micro-lang-hs-d24d92034ea278750668daff810147e0aec9dc04.tar.gz micro-lang-hs-d24d92034ea278750668daff810147e0aec9dc04.zip |
Pass the version
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs index db970d9..e1be59d 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -14,8 +14,6 @@ import System.Environment.Blank (getArgs) import System.Exit (exitFailure, exitSuccess) import System.IO (hPutStr, hPutStrLn, stderr, stdout) -version = "0.1.0" - data Options = Options { optParse :: Bool, optHelp :: Bool, |