Skip to content

Commit

Permalink
Remove unused conditional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Jan 8, 2018
1 parent 3ea4cce commit 2cbdc8a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions core/Test/Tasty/Ingredients/ConsoleReporter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ import System.IO
import System.Console.ANSI
#if !MIN_VERSION_base(4,8,0)
import Data.Proxy
import Data.Tagged
import Data.Foldable hiding (concatMap,elem,sequence_)
import Control.Applicative
#endif
#if MIN_VERSION_base(4,9,0)
import Data.Semigroup (Semigroup)
Expand Down
3 changes: 0 additions & 3 deletions core/Test/Tasty/Ingredients/ListTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ module Test.Tasty.Ingredients.ListTests
import Data.Proxy
import Data.Typeable
import Options.Applicative
#if !MIN_VERSION_base(4,8,0)
import Data.Monoid
#endif

import Test.Tasty.Core
import Test.Tasty.Options
Expand Down
4 changes: 0 additions & 4 deletions core/Test/Tasty/Options/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ module Test.Tasty.Options.Core
import Control.Monad (mfilter)
import Data.Proxy
import Data.Typeable
#if !MIN_VERSION_base(4,8,0)
import Data.Tagged
import Data.Monoid
#endif
import Data.Fixed
import Options.Applicative hiding (str)
import GHC.Conc
Expand Down
5 changes: 0 additions & 5 deletions core/Test/Tasty/Patterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ import Test.Tasty.Patterns.Eval
import Data.Char
import qualified Data.Sequence as Seq
import Data.Typeable
#if !MIN_VERSION_base(4,8,0)
import Data.Tagged
import Data.Monoid
#endif

import Options.Applicative hiding (Success)

newtype TestPattern = TestPattern (Maybe Expr)
Expand Down

0 comments on commit 2cbdc8a

Please sign in to comment.