Skip to content

Commit c7f3def

Browse files
committed
Remove CPP MIN_VERSION_base(4,11,0) in Cabal.Monad
1 parent 2040d21 commit c7f3def

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cabal-testsuite/src/Test/Cabal/Monad.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE ScopedTypeVariables #-}
32

43
-- | The test monad
@@ -88,9 +87,6 @@ import Distribution.Verbosity
8887
import Distribution.Version
8988

9089
import Control.Concurrent.Async
91-
#if !MIN_VERSION_base(4,11,0)
92-
import Data.Monoid ((<>))
93-
#endif
9490
import Data.Monoid (mempty)
9591
import qualified Control.Exception as E
9692
import Control.Monad

0 commit comments

Comments
 (0)