aboutsummaryrefslogtreecommitdiff
path: root/src/CommandLineOptions.hs
diff options
context:
space:
mode:
authorJoris2015-08-31 22:13:39 +0200
committerJoris2015-08-31 22:13:39 +0200
commit1783b28d8630119f96b49d8ab8efa62975cfd13f (patch)
treea1a8fd5f5e05aee02ca4b729ab06f43cc3bdd9b0 /src/CommandLineOptions.hs
parentbf84db4f5c9c5e074a212f808eddfbdd96b531f6 (diff)
downloadperfume-1783b28d8630119f96b49d8ab8efa62975cfd13f.tar.gz
perfume-1783b28d8630119f96b49d8ab8efa62975cfd13f.tar.bz2
perfume-1783b28d8630119f96b49d8ab8efa62975cfd13f.zip
Adding <$> import elswhere
Diffstat (limited to 'src/CommandLineOptions.hs')
-rw-r--r--src/CommandLineOptions.hs2
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