diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Version.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/Version.hs b/Build/Version.hs index 82cca034f..da9d1bbcb 100644 --- a/Build/Version.hs +++ b/Build/Version.hs @@ -67,6 +67,3 @@ cabalSetup cabalfile = do | otherwise = s where fullfield = field ++ ": " - -main :: IO () -main = putStr =<< getVersion |