-- | All exit codes that the program can return (excepting -- ExitSuccess). -- module ExitCodes ( exit_no_xml_files ) where -- | No XML files were given on the command line. exit_no_xml_files :: Int exit_no_xml_files = 1