diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-21 16:42:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-21 16:42:54 -0400 |
commit | d5026f8fafea5044a276f23138821ffc090f7c05 (patch) | |
tree | 5c02d4c0eb6de48de176cd5249592f1572c8585c /Build | |
parent | 048078fdb6086bae88500a2509c67001555ae942 (diff) |
use BuildVersion in debian, which fixes windows build
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 |