X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=455f7fd7a9416f0e417829ae9f6cad1020670c41;hp=4fd9a542d600e8a41c9c74498ccd153fda013a7c;hb=ebedcdb6b1b8925dcfb5700d076f25743fac8645;hpb=abd072d7a4b825cdfc7aaa49ef3c7897ffad3bf2 diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 4fd9a54..455f7fd 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -1,6 +1,10 @@ {-# LANGUAGE DeriveDataTypeable #-} -module CommandLine (Args(..), apply_args, show_help) +module CommandLine ( + Args(..), + apply_args, + program_name, + show_help) where -- Get the version from Cabal.