File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ header =
4141
4242versionText :: String
4343versionText =
44- " version " ++ ideasVersion ++ " , revision " ++ show ideasRevision ++
44+ " version " ++ ideasVersion ++ " , revision " ++ ideasRevision ++
4545 " , logging " ++ (if logEnabled then " enabled" else " disabled" )
4646
4747helpText :: String
4848helpText = usageInfo header options
4949
5050fullVersion :: String
5151fullVersion = " version " ++ ideasVersion ++ " (revision "
52- ++ show ideasRevision ++ " , " ++ ideasLastChanged ++ " )"
52+ ++ ideasRevision ++ " , " ++ ideasLastChanged ++ " )"
5353
5454shortVersion :: String
55- shortVersion = ideasVersion ++ " (" ++ show ideasRevision ++ " )"
55+ shortVersion = ideasVersion ++ " (" ++ ideasRevision ++ " )"
5656
5757options :: [OptDescr Flag ]
5858options =
You can’t perform that action at this time.
0 commit comments