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, 1 insertions, 5 deletions
diff --git a/compiler/utils/GhcPrelude.hs b/compiler/utils/GhcPrelude.hs
index dd78f15573..fa028b2d56 100644
--- a/compiler/utils/GhcPrelude.hs
+++ b/compiler/utils/GhcPrelude.hs
@@ -12,11 +12,7 @@
module GhcPrelude (module X) where
--- We export the 'Semigroup' class but w/o the (<>) operator to avoid
--- clashing with the (Outputable.<>) operator which is heavily used
--- through GHC's code-base.
-
-import Prelude as X hiding ((<>))
+import Prelude as X
import Data.Foldable as X (foldl')
{-