diff options
author | Joris | 2015-08-31 22:13:39 +0200 |
---|---|---|
committer | Joris | 2015-08-31 22:13:39 +0200 |
commit | 1783b28d8630119f96b49d8ab8efa62975cfd13f (patch) | |
tree | a1a8fd5f5e05aee02ca4b729ab06f43cc3bdd9b0 /src/CommandLineOptions.hs | |
parent | bf84db4f5c9c5e074a212f808eddfbdd96b531f6 (diff) |
Adding <$> import elswhere
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 |