diff options
Diffstat (limited to 'src/CommandLineOptions.hs')
-rw-r--r-- | src/CommandLineOptions.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CommandLineOptions.hs b/src/CommandLineOptions.hs index 2a1f585..9f1a3c0 100644 --- a/src/CommandLineOptions.hs +++ b/src/CommandLineOptions.hs @@ -3,6 +3,8 @@ module CommandLineOptions , getOptions ) where +import Control.Applicative ((<$>), (<*>)) + import Options.Applicative data Sample = Sample |