You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
356 B

--- a/Main.lhs
+++ b/Main.lhs
@@ -10,11 +10,7 @@
> import Epic.Compiler
> import Paths_epic
-> versionString = showV (versionBranch version)
-> where
-> showV [] = ""
-> showV [a] = show a
-> showV (x:xs) = show x ++ "." ++ showV xs
+> versionString = show version
> main = do args <- getArgs
> (fns, opts) <- getInput args