packages feed

criterion-1.1.1.0: app/App.hs

module Main (main) where

import Options

main :: IO ()
main = do
  cmd <- parseCommandLine
  case cmd of
    Version -> putStrLn versionInfo
    _ -> print cmd