From 0a82838a113ed2652e0440594046766a9a8852ee Mon Sep 17 00:00:00 2001 From: Sean Usick Date: Wed, 27 May 2015 16:18:21 -0500 Subject: [PATCH] remove Control.Applicative warning since we depend on base >= 4.6 not going to support older versions anyways. --- test/Test.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Test.hs b/test/Test.hs index 350b582..18cd1c0 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -17,7 +17,6 @@ #-} module Main (main) where -import Control.Applicative ((<$>)) import Control.Exception (IOException) import Control.Monad (replicateM, replicateM_) import Control.Monad.IO.Class (MonadIO(liftIO))