]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/CommandLine.hs
Add config file parsing.
[dead/lwn-epub.git] / src / CommandLine.hs
index 4fd9a542d600e8a41c9c74498ccd153fda013a7c..455f7fd7a9416f0e417829ae9f6cad1020670c41 100644 (file)
@@ -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.