From 1783b28d8630119f96b49d8ab8efa62975cfd13f Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 31 Aug 2015 22:13:39 +0200 Subject: Adding <$> import elswhere --- src/CommandLineOptions.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CommandLineOptions.hs') 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 -- cgit v1.2.3