Skip to content

Commit

Permalink
Remove CPP MIN_VERSION_base(4,11,0) in Cabal.Monad
Browse files Browse the repository at this point in the history
(cherry picked from commit c7f3def)
  • Loading branch information
philderbeast authored and mergify[bot] committed Jan 9, 2025
1 parent 15d9d97 commit 43b6128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cabal-testsuite/src/Test/Cabal/Monad.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE ScopedTypeVariables #-}

-- | The test monad
Expand Down Expand Up @@ -88,9 +87,6 @@ import Distribution.Verbosity
import Distribution.Version

import Control.Concurrent.Async
#if !MIN_VERSION_base(4,11,0)
import Data.Monoid ((<>))
#endif
import Data.Monoid (mempty)
import qualified Control.Exception as E
import Control.Monad
Expand Down

0 comments on commit 43b6128

Please sign in to comment.