summaryrefslogtreecommitdiff
path: root/compiler/utils/GhcPrelude.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/GhcPrelude.hs')
-rw-r--r--compiler/utils/GhcPrelude.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/utils/GhcPrelude.hs b/compiler/utils/GhcPrelude.hs
index 66d01be5f8..3437e65bf4 100644
--- a/compiler/utils/GhcPrelude.hs
+++ b/compiler/utils/GhcPrelude.hs
@@ -12,13 +12,7 @@ module GhcPrelude (module X) where
-- clashing with the (Outputable.<>) operator which is heavily used
-- through GHC's code-base.
-#if MIN_VERSION_base(4,11,0)
import Prelude as X hiding ((<>))
-#else
-import Prelude as X
-import Data.Semigroup as X (Semigroup)
-#endif
-
import Data.Foldable as X (foldl')
{-