
Comment #2 on issue 320 by gwern0: Make --version more informative http://code.google.com/p/xmonad/issues/detail?id=320 An easy change. Here's my output: $ xmonad --verbose-version xmonad 0.9 compiled by ghc 6.10 for linux/i386 Here's the diff: hunk ./Main.hs 47 + ["--verbose-version"] -> putStrLn ("xmonad " ++ showVersion version ++ " compiled by " ++ compilerName $ + ++ " " ++ showVersion compilerVersion ++ " for " ++ os ++ "/" ++ arch) I didn't see any way to get flag information of any kind however; it's simply not in Paths_xmonad.hs nor does it seem to be in System.Info. Attachments: version.dpatch 11.1 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings