Skip to content

Commit

Permalink
Remove unused imports of Data.Monoid (thanks to GHC >= 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 10, 2022
1 parent f7ada70 commit 9b8ce7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version 1.4.2.3
_2022-05-10_

- Drop `mtl` dependency
- Tested with GHC 8.0 - 9.2
- Warning-free under GHC 8.0 - 9.2

Version 1.4.2.2
---------------
Expand Down
1 change: 0 additions & 1 deletion core/Test/Tasty/Ingredients/ConsoleReporter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import Options.Applicative hiding (action, str, Success, Failure)
import System.IO
import System.Console.ANSI
#if !MIN_VERSION_base(4,11,0)
import Data.Monoid
import Data.Foldable (foldMap)
#endif

Expand Down
3 changes: 0 additions & 3 deletions core/Test/Tasty/Runners/Reducers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ module Test.Tasty.Runners.Reducers where
import Control.Applicative
import Prelude -- Silence AMP import warnings
import qualified Data.Semigroup as Sem
#if !MIN_VERSION_base(4,11,0)
import Data.Monoid
#endif

-- | Monoid generated by '*>'
newtype Traversal f = Traversal { getTraversal :: f () }
Expand Down

0 comments on commit 9b8ce7e

Please sign in to comment.